mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 10:38:18 +00:00
12 lines
207 B
YAML
12 lines
207 B
YAML
language: c
|
|
sudo: false
|
|
before_install:
|
|
- export LD_LIBRARY_PATH=`pwd`/samples/:$LD_LIBRARY_PATH
|
|
script:
|
|
- ./make.sh
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
os:
|
|
- linux
|
|
- osx
|