File tree 10 files changed +428
-444
lines changed
10 files changed +428
-444
lines changed Original file line number Diff line number Diff line change 7
7
- ' docker/Dockerfile'
8
8
- ' docker/*yml'
9
9
- ' **.md'
10
- - ' jupyterhub/**'
11
10
- ' VirtualBox/**'
12
11
- ' .github/workflows/*docker*'
13
12
- ' CITATION.cff'
14
13
- ' .mailmap'
15
14
- ' .travis.yml'
16
15
- ' NOTICE.txt'
17
16
- ' LICENSE.txt'
18
-
19
17
pull_request :
20
18
branches : [ master ]
21
19
paths-ignore :
22
20
- ' docker/Dockerfile'
23
21
- ' docker/*yml'
24
22
- ' **.md'
25
- - ' jupyterhub/**'
26
23
- ' VirtualBox/**'
27
24
- ' .github/workflows/*docker*'
28
25
- ' CITATION.cff'
29
26
- ' .mailmap'
30
27
- ' .travis.yml'
31
28
- ' NOTICE.txt'
32
29
- ' LICENSE.txt'
33
-
34
-
35
30
jobs :
36
31
build :
37
32
94
89
esac
95
90
96
91
- name : install_dependencies
97
- run :
92
+ run :
98
93
cd docker;
99
94
sudo bash raw-ubuntu.sh;
100
95
sudo bash build_essential-ubuntu.sh;
@@ -146,7 +141,7 @@ jobs:
146
141
cmake -S ${GITHUB_WORKSPACE} ${BUILD_FLAGS} ${EXTRA_BUILD_FLAGS} ${DEVEL_BUILD};
147
142
- name : build
148
143
shell : bash
149
- run : |
144
+ run : |
150
145
cd ${GITHUB_WORKSPACE}/build;
151
146
source ~/virtualenv/bin/activate;
152
147
cmake --build . -j 2;
@@ -167,5 +162,5 @@ jobs:
167
162
168
163
- name : tests
169
164
shell : bash
170
- run :
165
+ run :
171
166
bash docker/ctest_sirf.sh
Original file line number Diff line number Diff line change 5
5
branches : [ master ]
6
6
paths-ignore :
7
7
- ' **.md'
8
- - ' jupyterhub/**'
9
8
- ' VirtualBox/**'
10
9
- ' .github/workflows/c-cpp.yml'
11
10
- ' CITATION.cff'
18
17
branches : [ master ]
19
18
paths-ignore :
20
19
- ' **.md'
21
- - ' jupyterhub/**'
22
20
- ' VirtualBox/**'
23
21
- ' .github/workflows/c-cpp.yml'
24
22
- ' CITATION.cff'
Original file line number Diff line number Diff line change 1
- [submodule "jupyterhub /docker-stacks "]
2
- path = jupyterhub /docker-stacks
1
+ [submodule "docker /docker-stacks "]
2
+ path = docker /docker-stacks
3
3
url = https://github.com/jupyter/docker-stacks
File renamed without changes.
You can’t perform that action at this time.
0 commit comments