File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ matrix:
27
27
OSX_PACKAGES="gcc shellcheck cmake mpich"
28
28
# cmake should be removed, but we should be installing binaries
29
29
# because building from source takes forever
30
- -
31
- << : *macOS
32
- env :
33
- - GCC=8
34
- BUILD_TYPES="debug RelWithDebInfo Release"
35
- OSX_PACKAGES="gcc openmpi shellcheck cmake"
30
+ # -
31
+ # <<: *macOS
32
+ # env:
33
+ # - GCC=8
34
+ # BUILD_TYPES="debug RelWithDebInfo Release"
35
+ # OSX_PACKAGES="gcc openmpi shellcheck cmake"
36
36
- &ubuntu
37
37
os : linux
38
38
sudo : false
39
39
dist : trusty
40
40
env :
41
- - GCC=6
41
+ - GCC=8
42
42
cache :
43
43
apt : true
44
44
directories :
@@ -48,10 +48,10 @@ matrix:
48
48
sources : &linuxsrcs
49
49
- ubuntu-toolchain-r-test
50
50
- george-edison55-precise-backports
51
- packages : &gcc6pkgs
52
- - gcc-6
53
- - gfortran-6
54
- - g++-6
51
+ packages : &gcc8pkgs
52
+ - gcc-8
53
+ - gfortran-8
54
+ - g++-8
55
55
- cmake
56
56
-
57
57
<< : *ubuntu
@@ -69,23 +69,23 @@ matrix:
69
69
<< : *ubuntu
70
70
env :
71
71
- BUILD_TYPE="InstallScript"
72
- GCC=7
72
+ GCC=8
73
73
addons :
74
74
apt :
75
75
sources : *linuxsrcs
76
76
packages :
77
- - gcc-7
78
- - gfortran-7
79
- - g++-7
77
+ - gcc-8
78
+ - gfortran-8
79
+ - g++-8
80
80
- &linux_allowed_failure
81
81
<< : *ubuntu
82
82
env :
83
- - GCC=7
83
+ - GCC=8
84
84
OPENCOARRAYS_DEVELOPER=ON
85
85
addons :
86
86
apt :
87
87
sources : *linuxsrcs
88
- packages : *gcc7pkgs
88
+ packages : *gcc8pkgs
89
89
90
90
allow_failures :
91
91
- *linux_allowed_failure
You can’t perform that action at this time.
0 commit comments