forked from Electrux/ls_extended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
28 lines (26 loc) · 814 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: cpp
sudo: required
matrix:
include:
# - os: linux
# compiler: gcc
# addons: &gcc5
# apt:
# sources: ['ubuntu-toolchain-r-test']
# packages: ['g++-5']
# env: COMPILER='g++-5' BUILD_TYPE='Release'
- os: osx
osx_image: xcode9.3beta
compiler: clang
env: COMPILER='clang++' BUILD_TYPE='Release'
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew tap Electrux/ccp4m && brew install yaml-cpp ccp4m ; fi
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update && sudo apt-get install libyaml-cpp-dev libboost-all-dev ; fi
- printf 'travis\[email protected]' | ccp4m
script:
- ccp4m project build
- ccp4m project test
- bin/ls_extended
after_script:
- ccp4m project clean
- ccp4m clean