Skip to content

Commit 6728b6d

Browse files
authored
Merge pull request #508 from bobrik/ivan/big-sur
Add xcode12.3 test on macOS Big Sur
2 parents 86d7939 + 2d04791 commit 6728b6d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,12 @@ matrix:
2727
name: "CMake Coverage Test on Linux"
2828
env: CMAKE_BUILD_TYPE=Coverage
2929
- os: osx
30-
name: "CMake Release Test on Mac OS X"
31-
osx_image: xcode10.3
30+
name: "CMake Release Test on macOS Big Sur"
31+
osx_image: xcode12.3
3232
env: CMAKE_BUILD_TYPE=Release
3333
- os: osx
34-
name: "CMake Release Test on OSX Catalina"
35-
osx_image: xcode12.2
36-
env: CMAKE_BUILD_TYPE=Release
37-
- os: osx
38-
osx_image: xcode10.3
39-
name: "Makefile Test on Mac OS X"
34+
osx_image: xcode12.3
35+
name: "Makefile Test on on macOS Big Sur"
4036
script:
4137
- rm -f make.inc
4238
- cp make.inc.example make.inc
@@ -63,6 +59,7 @@ script:
6359
-DLAPACKE:BOOL=ON
6460
-DBUILD_TESTING=ON
6561
-DLAPACKE_WITH_TMG:BOOL=ON
62+
-DBUILD_SHARED_LIBS=BOOL:ON
6663
-DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive -fcheck=all"
6764
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
6865
${SRC_DIR}

0 commit comments

Comments
 (0)