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 b0205ce commit 5251405
Show file tree
Hide file tree
Showing 3 changed files with 22 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
13 changes: 13 additions & 0 deletions .github/workflows/spack-ci.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5251405

Please sign in to comment.