travis: Rename test-a64 to test-with-unicorn
Also remove [a64] filter so that the A32 frontend is exercised as well.
This commit is contained in:
parent
5f8eb7c51c
commit
b07699bae7
3 changed files with 4 additions and 4 deletions
|
@ -29,8 +29,8 @@ matrix:
|
|||
- g++-7
|
||||
- llvm-dev
|
||||
- ninja-build
|
||||
install: ./.travis/test-a64-on-x86_64-linux/deps.sh
|
||||
script: ./.travis/test-a64-on-x86_64-linux/build.sh
|
||||
install: ./.travis/test-with-unicorn-on-x86_64-linux/deps.sh
|
||||
script: ./.travis/test-with-unicorn-on-x86_64-linux/build.sh
|
||||
- env: NAME="Test - SSE3 only"
|
||||
os: linux
|
||||
dist: trusty
|
||||
|
|
|
@ -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 [a64]
|
||||
./tests/dynarmic_tests --durations yes
|
|
@ -8,7 +8,7 @@ cd externals
|
|||
git clone https://github.com/MerryMage/ext-boost
|
||||
git clone https://github.com/yuzu-emu/unicorn
|
||||
cd unicorn
|
||||
UNICORN_ARCHS=aarch64 ./make.sh
|
||||
UNICORN_ARCHS="arm aarch64" ./make.sh
|
||||
cd ../..
|
||||
|
||||
mkdir -p $HOME/.local
|
Loading…
Reference in a new issue