travis: Amend build parameters
Currently just run the 64-bit tests.
This commit is contained in:
parent
57be160524
commit
2641d410a4
3 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue