File tree Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ variables:
13
13
- image : devcafe/cmake-cookbook_circleci_ubuntu16.04-pgi18.4
14
14
user : root
15
15
environment :
16
- CIRCLECI_COMPILER : pgi
16
+ CIRCLECI_COMPILER : pgi
17
17
working_directory : ~/cmake-cookbook
18
18
setup : &setup
19
19
run :
@@ -24,17 +24,17 @@ variables:
24
24
source /opt/intel/bin/compilervars.sh -arch intel64 -platform linux
25
25
fi
26
26
EOF
27
- pipenv install --python /usr/bin/python3
27
+ pipenv install --three
28
28
report : &report
29
29
run :
30
30
name : Report
31
31
command : |
32
32
pipenv run python --version
33
- tests : &tests
33
+ tests : &tests
34
34
run :
35
35
name : Testing
36
36
shell : /bin/bash
37
- command : |
37
+ command : |
38
38
pipenv run python testing/collect_tests.py 'chapter-01/recipe-*' &&
39
39
pipenv run python testing/collect_tests.py 'chapter-02/recipe-*' &&
40
40
pipenv run python testing/collect_tests.py 'chapter-03/recipe-*' &&
@@ -52,7 +52,7 @@ variables:
52
52
tests-conda : &tests-conda
53
53
run :
54
54
name : Testing Conda recipes
55
- shell : /bin/bash
55
+ shell : /bin/bash
56
56
command : |
57
57
pipenv run python testing/collect_tests.py 'chapter-11/recipe-04' &&
58
58
pipenv run python testing/collect_tests.py 'chapter-11/recipe-05'
Original file line number Diff line number Diff line change @@ -2,3 +2,9 @@ appveyor-vs:
2
2
definitions :
3
3
- CMAKE_BUILD_TYPE : ' Release'
4
4
- CMAKE_CONFIGURATION_TYPES : ' Release'
5
+
6
+ # CMake cannot find the Python library
7
+ circle-pgi :
8
+ skip_generators :
9
+ - ' Unix Makefiles'
10
+ - ' Ninja'
Original file line number Diff line number Diff line change @@ -6,3 +6,9 @@ appveyor-vs:
6
6
appveyor-msys :
7
7
definitions :
8
8
- CMAKE_CXX_FLAGS : ' -D_hypot=hypot'
9
+
10
+ # CMake cannot find the Python library
11
+ circle-pgi :
12
+ skip_generators :
13
+ - ' Unix Makefiles'
14
+ - ' Ninja'
Original file line number Diff line number Diff line change @@ -10,3 +10,9 @@ appveyor-msys:
10
10
definitions :
11
11
- CMAKE_BUILD_TYPE : ' Release'
12
12
- CMAKE_CXX_FLAGS : ' -D_hypot=hypot'
13
+
14
+ # CMake cannot find the Python library
15
+ circle-pgi :
16
+ skip_generators :
17
+ - ' Unix Makefiles'
18
+ - ' Ninja'
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ appveyor-msys:
18
18
- Boost_USE_STATIC_RUNTIME : ' ON'
19
19
- CMAKE_CXX_FLAGS : ' -D_hypot=hypot'
20
20
21
+ # CMake cannot find the Python library
22
+ circle-pgi :
23
+ skip_generators :
24
+ - ' Unix Makefiles'
25
+ - ' Ninja'
26
+
21
27
travis-osx :
22
28
definitions :
23
29
- BOOST_ROOT : ' /usr/local/opt/boost@1.59'
You can’t perform that action at this time.
0 commit comments