travis: Amend build parameters

Currently just run the 64-bit tests.
This commit is contained in:
Lioncash 2019-04-20 05:07:50 -04:00
parent 0d3764569d
commit 43422bc106
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7
3 changed files with 3 additions and 3 deletions

View File

@ -11,4 +11,4 @@ mkdir build && cd build
cmake .. -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DCMAKE_BUILD_TYPE=Release -G Ninja
ninja
./tests/dynarmic_tests --durations yes
./tests/dynarmic_tests --durations yes [a64]

View File

@ -12,4 +12,4 @@ mkdir build && cd build
cmake .. -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DCMAKE_BUILD_TYPE=Release -DDYNARMIC_USE_LLVM=1 -DDYNARMIC_TESTS_USE_UNICORN=1 -DDYNARMIC_ENABLE_CPU_FEATURE_DETECTION=0 -G Ninja
ninja
./tests/dynarmic_tests --durations yes
./tests/dynarmic_tests --durations yes [a64]

View File

@ -12,4 +12,4 @@ mkdir build && cd build
cmake .. -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DCMAKE_BUILD_TYPE=Release -DDYNARMIC_USE_LLVM=1 -DDYNARMIC_TESTS_USE_UNICORN=1 -G Ninja
ninja
./tests/dynarmic_tests --durations yes
./tests/dynarmic_tests --durations yes [a64]