File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,30 @@ addons:
14
14
matrix :
15
15
include :
16
16
- os : linux
17
+ name : " CMake Release Test on Linux"
17
18
env : CMAKE_BUILD_TYPE=Release
18
19
- os : linux
19
20
name : " Makefile Test on Linux"
20
21
script :
21
22
- rm -f make.inc
22
23
- cp make.inc.example make.inc
23
24
- make -s -j2 all
24
- - make -j2 install
25
+ - make -j2 lapack_install
25
26
- os : linux
27
+ name : " CMake Coverage Test on Linux"
26
28
env : CMAKE_BUILD_TYPE=Coverage
29
+ - os : osx
30
+ name : " CMake Release Test on Mac OS X"
31
+ osx_image : xcode10.3
32
+ env : CMAKE_BUILD_TYPE=Release
27
33
- os : osx
28
34
osx_image : xcode10.3
29
35
name : " Makefile Test on Mac OS X"
30
36
script :
31
37
- rm -f make.inc
32
38
- cp make.inc.example make.inc
33
39
- make -s -j2 all
34
- - make -j2 install
40
+ - make -j2 lapack_install
35
41
36
42
before_script :
37
43
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST
You can’t perform that action at this time.
0 commit comments