File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ language: c
7
7
jobs :
8
8
include :
9
9
- &test-ubuntu
10
+ os : linux
10
11
stage : test
11
12
compiler : gcc
12
13
addons :
57
58
- TARGET_BOX=LINUX32
58
59
- BTYPE="BINARY=32"
59
60
60
- - stage : test
61
+ - os : linux
62
+ stage : test
61
63
compiler : gcc
62
64
addons :
63
65
apt :
77
79
# which is slower than container-based infrastructure used for jobs
78
80
# that don't require sudo.
79
81
- &test-alpine
82
+ os : linux
80
83
stage : test
81
84
dist : trusty
82
85
sudo : true
@@ -120,6 +123,7 @@ jobs:
120
123
- BTYPE="BINARY=64 NO_AFFINITY=1 USE_OPENMP=0 NO_LAPACK=0 TARGET=core2"
121
124
122
125
- &test-cmake
126
+ os : linux
123
127
stage : test
124
128
compiler : clang
125
129
addons :
@@ -147,6 +151,17 @@ jobs:
147
151
env :
148
152
- CMAKE=1
149
153
154
+ - os : osx
155
+ stage : test
156
+ osx_image : xcode8
157
+ before_script : *common-before
158
+ - brew update
159
+ - brew install gcc # for gfortran
160
+ script :
161
+ - travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
162
+ env :
163
+ - BTYPE="BINARY=64 INTERFACE64=1"
164
+
150
165
# whitelist
151
166
branches :
152
167
only :
You can’t perform that action at this time.
0 commit comments