Skip to content

Commit

Permalink
Travis: try out other architectures.
Browse files Browse the repository at this point in the history
  • Loading branch information
scamille committed Sep 18, 2020
1 parent 174da00 commit 969f687
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ dist: focal

arch:
- arm64
- arm64-graviton2
- ppc64le
- s390x

os:
- linux
Expand All @@ -17,7 +20,7 @@ compiler:

install:
# Build SimulationCraft
- make -C engine -j 2 optimized
- make -C engine -j 2 release

script:
- ./engine/simc CI.simc iterations=5 output=/dev/null html=/dev/null json2=/dev/null cleanup_threads=1

0 comments on commit 969f687

Please sign in to comment.