Skip to content

Commit

Permalink
New CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Feb 21, 2023
1 parent aac6b04 commit 7413140
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Spack/Ubuntu
name: Cmake CI

on:
workflow_dispatch:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
call:
name: Call lihpccg Spack/Ubuntu
uses: LIHPC-Computational-Geometry/lihpccg-ci/.github/workflows/spack-ubuntu.yml@main
name: Call Cmake reusable workflow
uses: LIHPC-Computational-Geometry/lihpccg-ci/.github/workflows/cmake-reusable.yml@main
with:
run-tests: false
15 changes: 15 additions & 0 deletions .github/workflows/spack-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Spack CI

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
call:
name: Call Spack reusable workflow
uses: LIHPC-Computational-Geometry/lihpccg-ci/.github/workflows/spack-reusable.yml@main
with:
test-link-options: "-DBUILD_GQGMDS:BOOL=ON"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# qqualif

[Qt](https://www.qt.io/) components for the [qualif library](https://github.com/LIHPC-Computational-Geometry/qualif).

This project is a dependency of the [mgx](https://github.com/LIHPC-Computational-Geometry/mgx) product.

Its Spack and Cmake CIs are based on reusable workflows provided in [lihpccg-ci](https://github.com/LIHPC-Computational-Geometry/lihpccg-ci) project.

0 comments on commit 7413140

Please sign in to comment.