mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 01:45:31 +00:00
add Travis support for automated tests
This commit is contained in:
parent
5a4d9609d6
commit
9eb1c57c34
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