
committed by
Nguyen Anh Quynh

parent
ca6cb2368f
commit
b55bbd0ac6
@ -2,6 +2,8 @@ language: c
|
|||||||
sudo: false
|
sudo: false
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./install-cmocka-linux.sh; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./install-cmocka-linux.sh; fi
|
||||||
|
env:
|
||||||
|
- PATH=$PATH:/usr/local/opt/binutils/bin
|
||||||
script:
|
script:
|
||||||
- make && make -C bindings/go && make -C bindings/go test && make test
|
- make && make -C bindings/go && make -C bindings/go test && make test
|
||||||
compiler:
|
compiler:
|
||||||
@ -82,4 +84,5 @@ addons:
|
|||||||
- libc6-dev-i386
|
- libc6-dev-i386
|
||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
homebrew:
|
homebrew:
|
||||||
|
update: true
|
||||||
brewfile: true
|
brewfile: true
|
||||||
|
Reference in New Issue
Block a user