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