mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 09:28:36 +00:00
add Travis support for automated tests
This commit is contained in:
parent
5a4d9609d6
commit
9eb1c57c34
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: c
|
||||
sudo: false
|
||||
before_install:
|
||||
- export LD_LIBRARY_PATH=`pwd`/samples/:$LD_LIBRARY_PATH
|
||||
script:
|
||||
- ./make.sh
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
Loading…
Reference in a new issue