File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+
1
3
variables :
2
4
intel-linux : &intel-linux
3
5
docker :
@@ -17,10 +19,11 @@ variables:
17
19
name : Report
18
20
command : |
19
21
pipenv run python --version
20
- tests : &tests
22
+ tests : &tests
23
+ run :
21
24
name : Testing
22
25
shell : /bin/bash
23
- command : |
26
+ command : |
24
27
source /opt/intel/bin/compilervars.sh -arch intel64 -platform linux
25
28
pipenv run python testing/collect_tests.py 'chapter-01/recipe-*' &&
26
29
pipenv run python testing/collect_tests.py 'chapter-02/recipe-*' &&
@@ -36,9 +39,10 @@ variables:
36
39
pipenv run python testing/collect_tests.py 'chapter-12/recipe-*' &&
37
40
pipenv run python testing/collect_tests.py 'chapter-13/recipe-*' &&
38
41
pipenv run python testing/collect_tests.py 'chapter-14/recipe-*'
39
- tests-conda : &tests-conda
40
- name : Testing
41
- shell : /bin/bash
42
+ tests-conda : &tests-conda
43
+ run :
44
+ name : Testing Conda recipes
45
+ shell : /bin/bash
42
46
command : |
43
47
source /opt/intel/bin/compilervars.sh -arch intel64 -platform linux
44
48
pipenv run python testing/collect_tests.py 'chapter-11/recipe-04' &&
You can’t perform that action at this time.
0 commit comments