File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ variables:
4
4
intel-linux : &intel-linux
5
5
docker :
6
6
- image : devcafe/cmake-cookbook_circleci_ubuntu16.04-intel2018.1
7
+ name : tsubame
7
8
user : root
8
9
environment :
9
10
CIRCLECI_COMPILER : intel
10
11
working_directory : ~/cmake-cookbook
11
12
pgi-linux : &pgi-linux
12
13
docker :
13
14
- image : devcafe/cmake-cookbook_circleci_ubuntu16.04-pgi18.4
15
+ name : chabo
14
16
user : root
15
17
environment :
16
18
CIRCLECI_COMPILER : pgi
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ appveyor-msys:
8
8
definitions :
9
9
- Boost_FORCE_SUPERBUILD : ' ON'
10
10
11
+ # Boost build system does not support PGI
12
+ circle-pgi :
13
+ skip_generators :
14
+ - ' Unix Makefiles'
15
+ - ' Ninja'
16
+
11
17
travis-linux :
12
18
definitions :
13
19
- Boost_FORCE_SUPERBUILD : ' ON'
Original file line number Diff line number Diff line change
1
+ # Fails to generate imported target for UUID
2
+ circle-pgi :
3
+ skip_generators :
4
+ - ' Unix Makefiles'
5
+ - ' Ninja'
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ circle-intel:
23
23
- CMAKE_CXX_COMPILER : ' icpc'
24
24
- CMAKE_Fortran_COMPILER : ' ifort'
25
25
- CMAKE_BUILD_TYPE : ' Debug'
26
+ - SITE : ' Circle CI Ubuntu 16.04'
26
27
env :
27
28
- ' DIE_HARD ' : ' True'
28
29
@@ -32,6 +33,7 @@ circle-pgi:
32
33
- CMAKE_CXX_COMPILER : ' pgc++'
33
34
- CMAKE_Fortran_COMPILER : ' pgfortran'
34
35
- CMAKE_BUILD_TYPE : ' Debug'
36
+ - SITE : ' Circle CI Ubuntu 16.04'
35
37
env :
36
38
- ' DIE_HARD ' : ' True'
37
39
You can’t perform that action at this time.
0 commit comments