Skip to content

Commit

Permalink
Fix unicorn version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSalwan committed Apr 21, 2020
1 parent 1912dba commit 2a4ad9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ before_install:
# Install unicorn. Only test AArch64 with Unicorn on Linux.
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then git clone https://github.com/unicorn-engine/unicorn; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd ./unicorn; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then git checkout ec4c6365c3c91703b3725540100023f6a03db742; fi # 1.0.2-rc2
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then UNICORN_ARCHS="x86 arm aarch64" ./make.sh; fi # we use unicorn to only test some semantics
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo make install; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd bindings/python; fi
Expand Down

0 comments on commit 2a4ad9d

Please sign in to comment.