File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
- # This is a basic workflow to help you get started with Actions
2
-
3
1
name : Devito Book
4
2
5
- # Controls when the action will run. Triggers the workflow on push or pull request
6
- # events but only for the master branch
7
3
on :
4
+ # Trigger the workflow on push or pull request,
5
+ # but only for the master branch
8
6
push :
9
- branches : [ master ]
7
+ branches :
8
+ - master
10
9
pull_request :
11
- branches : [ master ]
10
+ branches :
11
+ - master
12
12
13
- # A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
13
jobs :
15
- # This workflow contains a single job called "build"
16
- build :
17
- # The type of runner that the job will run on
14
+ tutorials :
15
+ name : Tutorials
18
16
runs-on : ubuntu-latest
19
-
17
+
20
18
env :
21
19
DEVITO_ARCH : gcc-7
22
20
DEVITO_LANGUAGE : " openmp"
47
45
pip install matplotlib
48
46
- name : Tests in examples
49
47
shell : bash -l {0}
50
- run : py.test --cov --cov-config=.coveragerc --cov-report=xml fdm-devito-notebooks/
48
+ run : py.test --cov --cov-config=.coveragerc --cov-report=xml fdm-devito-notebooks/waves/
You can’t perform that action at this time.
0 commit comments