forked from amkozlov/raxml-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
61 lines (58 loc) · 1.28 KB
/
.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
sudo: required
cache: apt
language: cpp
matrix:
include:
- os: linux
dist: trusty
env: CXX_COMPILER=g++-6
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- pandoc
- os: linux
dist: trusty
env: CXX_COMPILER=g++-7
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- pandoc
- os: linux
dist: trusty
compiler: clang++
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- pandoc
- os: osx
osx_image: xcode9.2
- os: osx
osx_image: xcode8.3
before_install:
- echo "PATH = $PATH"
- echo "HOME = $HOME"
# We need to re-export CC and CXX here, because travis exports CXX=g++ or clang++ AFTER we set CXX.
- if [ -n "${C_COMPILER}" ]; then export CC="${C_COMPILER}"; fi
- if [ -n "${CXX_COMPILER}" ]; then export CXX="${CXX_COMPILER}"; fi
script:
- PATH=$(pwd)/bin/:$PATH
- echo "PATH = $PATH"
- mkdir build
- cd build
- cmake ..
- make
# Run testiphy test suite
- cd
- git clone https://gitlab.com/testiphy/testiphy.git
- cd testiphy
- which raxml-ng
# - ./testiphy raxml-ng