This repository was archived by the owner on Sep 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,12 @@ matrix:
29
29
env :
30
30
# NAME has no actual use, just to make the travis jobs overview more clear
31
31
- NAME="gcc5 Debug/Tests/AddressSanitizer/Coveralls"
32
- - CXX=g++-5
33
- - CC=gcc-5
34
- - PELOTON_BUILD_TYPE=Debug
35
- - COVERALLS=On
32
+ # set env variables manually
33
+ before_install :
34
+ - export CXX=g++-5
35
+ - export CC=gcc-5
36
+ - export PELOTON_BUILD_TYPE=Debug
37
+ - export COVERALLS=On
36
38
# override script value to run also tests and benchmarks
37
39
script :
38
40
# create build directory
@@ -72,10 +74,12 @@ matrix:
72
74
env :
73
75
# NAME has no actual use, just to make the travis jobs overview more clear
74
76
- NAME="gcc5 Release/Tests/AddressSanitizer"
75
- - CXX=g++-5
76
- - CC=gcc-5
77
- - PELOTON_BUILD_TYPE=Release
78
- - COVERALLS=Off
77
+ # set env variables manually
78
+ before_install :
79
+ - export CXX=g++-5
80
+ - export CC=gcc-5
81
+ - export PELOTON_BUILD_TYPE=Release
82
+ - export COVERALLS=Off
79
83
# override script value to run also tests and benchmarks
80
84
script :
81
85
# create build directory
You can’t perform that action at this time.
0 commit comments