File tree 2 files changed +19
-21
lines changed
2 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 1
- language : cpp
2
1
dist : bionic
3
- compiler : gcc
4
2
sudo : required # apt-get done in before_install.sh
3
+ language : minimal
5
4
6
5
# Only build master or PRs merging into master
7
6
branches :
@@ -11,21 +10,21 @@ branches:
11
10
# List of configurations to check
12
11
matrix :
13
12
include :
14
- - os : linux
15
- env : FLIBCPP_DEV=ON GENERATOR=ninja
16
- addons :
17
- apt :
18
- packages :
19
- - python3-sphinx
20
- - valgrind
21
- - os : linux
22
- env : FLIBCPP_DEV=OFF GENERATOR=make
23
- FLIBCPP_FORTRAN_STD=f2003
24
- GCC_VERSION=8
25
- - os : linux
26
- env : FLIBCPP_DEV=OFF GENERATOR=make
27
- FLIBCPP_FORTRAN_STD=f2008
28
- GCC_VERSION=9
13
+ - os : linux
14
+ env : FLIBCPP_DEV=ON GENERATOR=ninja
15
+ addons :
16
+ apt :
17
+ packages :
18
+ - python3-sphinx
19
+ - valgrind
20
+ - os : linux
21
+ env : FLIBCPP_DEV=OFF GENERATOR=make
22
+ FLIBCPP_FORTRAN_STD=f2003
23
+ GCC_VERSION=8
24
+ - os : linux
25
+ env : FLIBCPP_DEV=OFF GENERATOR=make
26
+ FLIBCPP_FORTRAN_STD=f2008
27
+ GCC_VERSION=9
29
28
# Build phases
30
29
before_install :
31
30
- source ./scripts/travis/before_install.sh
Original file line number Diff line number Diff line change 20
20
if [ -n " ${GCC_VERSION} " ]; then
21
21
# Suffix for compilers and packages
22
22
_GCCV=" -${GCC_VERSION} "
23
- fi
24
-
25
- sudo apt-get install gfortran${_GCCV} -y
26
23
27
- if [ -n " ${GCC_VERSION} " ] ; then
24
+ # Download GCC packages
28
25
sudo apt-get install gcc${_GCCV} -y
29
26
sudo apt-get install g++${_GCCV} -y
30
27
fi
31
28
29
+ sudo apt-get install gfortran${_GCCV} -y
30
+
32
31
set +x
33
32
34
33
# ##############################################################################
You can’t perform that action at this time.
0 commit comments