libcaesium/.travis.yml

31 lines
581 B
YAML
Raw Normal View History

2016-11-04 11:14:50 +01:00
language: c
2016-11-13 14:43:54 +01:00
2019-12-10 23:34:13 +01:00
os:
- linux
- osx
2019-11-02 14:53:58 +01:00
dist: bionic
2019-12-11 00:36:28 +01:00
osx_image: xcode11.2
2016-11-04 11:14:50 +01:00
compiler:
- gcc
- clang
2016-11-13 14:43:54 +01:00
before_install:
2019-12-10 23:34:13 +01:00
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
2019-12-10 23:42:17 +01:00
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install nasm; fi
2019-12-11 00:34:32 +01:00
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then alias nasm=/usr/local/bin/nasm; fi
2020-02-28 13:46:02 +01:00
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install libtool autoconf git nasm pkg-config cmake; fi
2016-11-13 14:46:58 +01:00
- chmod +x install.sh
2016-11-13 14:43:54 +01:00
- ./install.sh
2016-11-04 11:14:50 +01:00
before_script:
- mkdir build
- cd build
- cmake ..
2016-11-14 18:56:24 +01:00
script: make
2016-11-16 09:41:46 +01:00
2020-02-28 10:47:38 +01:00
after_success:
- demo/caesiumd -v