forked from dougshidong/PHiLiP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
40 lines (36 loc) · 1.01 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
os: linux
dist: bionic
language: c++
branches:
only:
- master
install:
- chmod u+x ci/travis-ci.sh
stages:
- doc
#- build and test
#- deploy
jobs:
include:
# - stage: build and test
# env: TITLE="Build CCORE (Linux)."
# script: ./ci/travis-ci.sh BUILD_CCORE
# - state: build and test
# env: TITLE="Run C/C++ static code analyser."
# script: ./ci/travis-ci.sh ANALYSE_CCORE
# - stage: build and test
# env: TITLE="Run unit-tests for CCORE."
# script: ./ci/travis-ci.sh UT_CCORE
# - stage: build and test
# env: TITLE="Run memory leak analyser (valgrind) for CCORE."
# script: ./ci/travis-ci.sh VALGRIND_CCORE
# - stage: build and test
# env: TITLE="PyClustering unit and integration testing."
# script: ./ci/travis-ci.sh TEST_PYCLUSTERING
# - stage: build and test
# os: osx
# env: TITLE="Build CCORE (MacOS) and intergration testing."
# script: ./ci/travis-ci.sh BUILD_TEST_CCORE_MACOS
- stage: doc
env: TITLE="Build documentation."
script: ./ci/travis-ci.sh DOCUMENTATION