Skip to content

Commit 7cfeec8

Browse files
committed
More complex [skip appveyor]
1 parent ff57a6e commit 7cfeec8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ variables:
88
environment:
99
CIRCLECI_COMPILER: intel
1010
working_directory: ~/cmake-cookbook
11+
pgi-linux: &pgi-linux
12+
docker:
13+
- image: devcafe/cmake-cookbook_circleci_ubuntu16.04-pgi17.4
14+
user: root
15+
environment:
16+
CIRCLECI_COMPILER: pgi
17+
working_directory: ~/cmake-cookbook
1118
setup: &setup
1219
run:
1320
name: Set up Python dependencies
@@ -56,12 +63,20 @@ jobs:
5663
- *setup
5764
- *report
5865
- *tests
66+
intel-conda:
67+
<<: *intel-linux
68+
steps:
69+
- checkout
70+
- *setup
71+
- *report
72+
- *tests-conda
5973

6074
workflows:
6175
version: 2
6276
build:
6377
jobs:
6478
- intel
79+
- intel-conda
6580

6681
#jobs:
6782
# build:

0 commit comments

Comments
 (0)