File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Spack/Ubuntu
1
+ name : Cmake CI
2
2
3
3
on :
4
4
workflow_dispatch :
9
9
10
10
jobs :
11
11
call :
12
- name : Call lihpccg Spack/Ubuntu
13
- uses : LIHPC-Computational-Geometry/lihpccg-ci/.github/workflows/spack-ubuntu .yml@main
12
+ name : Call Cmake reusable workflow
13
+ uses : LIHPC-Computational-Geometry/lihpccg-ci/.github/workflows/cmake-reusable .yml@main
14
14
with :
15
15
run-tests : false
16
- cmake-options : " -DUSE_PYTHON_3:BOOL=ON"
Original file line number Diff line number Diff line change
1
+ name : Spack CI
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ push :
6
+ branches : [ main ]
7
+ pull_request :
8
+ branches : [ main ]
9
+
10
+ jobs :
11
+ call :
12
+ name : Call Spack reusable workflow
13
+ uses : LIHPC-Computational-Geometry/lihpccg-ci/.github/workflows/spack-reusable.yml@main
You can’t perform that action at this time.
0 commit comments