forked from cpputest/cpputest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
55 lines (55 loc) · 1.4 KB
/
.travis.yml
File metadata and controls
55 lines (55 loc) · 1.4 KB
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
language: cpp
os:
- linux
compiler:
- clang
- gcc
- wcl
rvm:
- 1.9.3
env:
- BUILD=autotools
- BUILD=cmake
- BUILD=autotools_gtest
- BUILD=cmake_gtest
- BUILD=test_report
- BUILD=autotools_old_compilers
- BUILD=cmake-coverage
- BUILD=make-dos
matrix:
exclude:
- env: BUILD=cmake-coverage
- env: BUILD=autotools_old_compilers
- env: BUILD=make-dos
- env: BUILD=test_report
- compiler: wcl
include:
- env: BUILD=cmake-coverage
compiler: gcc
- env: BUILD=test_report
compiler: gcc
- env: BUILD=make-dos
compiler: wcl
global:
- secure: |-
P05xUfJVw5YM4hF7hzQLjyMzDD4Q1/fyWP9Uk5aK5VrSWNY99EuxldXI5QK/
vA1NkcW49tQW1wQvBlRtdlLNOmUfDP/oiJFXPwNn4dqwOIOEet2P7JO/5hnH
MNHlZmGu2WpoZREhOFBfsIhK0IP8mloqLDq2XemBdga/LWygrLU=
- secure: Y/8iNkf6uEbE3qltnM+7mGlCvFWzyttwwRGgVGw1m9xOiUJcobvOImQRU8XZ91dgO+Fz0A3mljqs1sK1OPjpXmFGE1jP/NlotMw0WlDOuSIDjQ4ubwdTNGAwNY53R9ygbIjEmqxHAJm9mOZqxW2hNaoI7TcX6oX248/hLibyx8M=
addons:
apt:
packages:
# - dosbox
- valgrind
before_install:
# - sudo pip install cpp-coveralls
- sudo apt-get install dosbox
install:
- gem install travis_github_deployer
- sudo apt-get update --fix-missing
# - sudo apt-get install valgrind
before_script:
- export CPPUTEST_BUILD_DIR=$TRAVIS_BUILD_DIR/cpputest_build
- mkdir -p $CPPUTEST_BUILD_DIR && cd $CPPUTEST_BUILD_DIR
script:
- "../scripts/travis_ci_build.sh"