From 5251405c2ff18314d25c382d6e08d5f61df67b00 Mon Sep 17 00:00:00 2001 From: Benoit LELANDAIS Date: Tue, 21 Feb 2023 11:31:26 +0100 Subject: [PATCH] New CIs --- .../workflows/{spack-ubuntu.yml => cmake-ci.yml} | 6 +++--- .github/workflows/spack-ci.yml | 13 +++++++++++++ README.md | 6 ++++++ 3 files changed, 22 insertions(+), 3 deletions(-) rename .github/workflows/{spack-ubuntu.yml => cmake-ci.yml} (71%) create mode 100644 .github/workflows/spack-ci.yml diff --git a/.github/workflows/spack-ubuntu.yml b/.github/workflows/cmake-ci.yml similarity index 71% rename from .github/workflows/spack-ubuntu.yml rename to .github/workflows/cmake-ci.yml index a234fd6..657f563 100644 --- a/.github/workflows/spack-ubuntu.yml +++ b/.github/workflows/cmake-ci.yml @@ -1,4 +1,4 @@ -name: Spack/Ubuntu +name: Cmake CI on: workflow_dispatch: @@ -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 diff --git a/.github/workflows/spack-ci.yml b/.github/workflows/spack-ci.yml new file mode 100644 index 0000000..9b60d48 --- /dev/null +++ b/.github/workflows/spack-ci.yml @@ -0,0 +1,13 @@ +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 diff --git a/README.md b/README.md index 423a07c..d7444ab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # qwtcharts + [QWT](https://qwt.sourceforge.io/) charts library. + +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. +