mirror of
https://github.com/Cxbx-Reloaded/unicorn.git
synced 2024-11-23 03:19:40 +00:00
parent
a5e7199082
commit
dab5060005
@ -1,7 +1,7 @@
|
||||
language: c
|
||||
sudo: false
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew bundle; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew bundle; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./install-cmocka-linux.sh; fi
|
||||
script:
|
||||
- make && make -C bindings/go && make -C bindings/go test && make test
|
||||
|
Loading…
Reference in New Issue
Block a user