File tree Expand file tree Collapse file tree 1 file changed +23
-26
lines changed Expand file tree Collapse file tree 1 file changed +23
-26
lines changed Original file line number Diff line number Diff line change 1
1
language : generic
2
2
3
+ os : linux
4
+ sudo : false
5
+ cache :
6
+ apt : false
7
+ directories :
8
+ - " $CACHE"
9
+ addons :
10
+ apt :
11
+ sources :
12
+ - ubuntu-toolchain-r-test
13
+ - george-edison55-precise-backports
14
+ packages :
15
+ - gcc-6
16
+ - gfortran-6
17
+ - g++-6
18
+ - binutils
19
+ - cmake-data
20
+ - cmake
21
+
3
22
env :
4
23
global :
5
24
- CACHE="$HOME/.local"
12
31
- FC=gfortran-6
13
32
- CC=gcc-6
14
33
- CXX=g++-6
34
+ matrix :
35
+ - BUILD_TYPE="Release"
36
+ - BUILD_TYPE="CodeCoverage"
15
37
16
38
matrix :
17
39
include :
@@ -27,33 +49,8 @@ matrix:
27
49
env :
28
50
- BUILD_TYPE="InstallScript"
29
51
OSX_PACKAGES="gcc@6"
30
- - &ubuntu
31
- os : linux
52
+ - os : linux
32
53
sudo : false
33
- env :
34
- - BUILD_TYPE="CodeCoverage"
35
- cache :
36
- apt : false
37
- directories :
38
- - " $CACHE"
39
- addons :
40
- apt :
41
- sources :
42
- - ubuntu-toolchain-r-test
43
- - george-edison55-precise-backports
44
- packages :
45
- - gcc-6
46
- - gfortran-6
47
- - g++-6
48
- - binutils
49
- - cmake-data
50
- - cmake
51
- -
52
- << : *ubuntu
53
- env :
54
- - BUILD_TYPE="Release"
55
- -
56
- << : *ubuntu
57
54
env :
58
55
- BUILD_TYPE="InstallScript"
59
56
cache : false
You can’t perform that action at this time.
0 commit comments