mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 19:55:45 +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
|