File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-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,23 @@ jobs:
147
151
env :
148
152
- CMAKE=1
149
153
154
+ - &test-macos
155
+ os : osx
156
+ stage : test
157
+ osx_image : xcode8
158
+ before_script :
159
+ - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
160
+ - brew update
161
+ - brew install gcc # for gfortran
162
+ script :
163
+ - travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
164
+ env :
165
+ - BTYPE="BINARY=64 INTERFACE64=1"
166
+
167
+ - << : *test-macos
168
+ env :
169
+ - BTYPE="BINARY=32"
170
+
150
171
# whitelist
151
172
branches :
152
173
only :
You can’t perform that action at this time.
0 commit comments