Skip to content

Commit 7413140

Browse files
committed
New CIs
1 parent aac6b04 commit 7413140

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Spack/Ubuntu
1+
name: Cmake CI
22

33
on:
44
workflow_dispatch:
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
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
1414
with:
1515
run-tests: false

.github/workflows/spack-ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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
14+
with:
15+
test-link-options: "-DBUILD_GQGMDS:BOOL=ON"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# qqualif
2+
23
[Qt](https://www.qt.io/) components for the [qualif library](https://github.com/LIHPC-Computational-Geometry/qualif).
4+
5+
This project is a dependency of the [mgx](https://github.com/LIHPC-Computational-Geometry/mgx) product.
6+
7+
Its Spack and Cmake CIs are based on reusable workflows provided in [lihpccg-ci](https://github.com/LIHPC-Computational-Geometry/lihpccg-ci) project.

0 commit comments

Comments
 (0)