Skip to content

Commit 1867aa2

Browse files
committed
Move spack CI into reusable as well
1 parent d3a6288 commit 1867aa2

File tree

2 files changed

+6
-123
lines changed

2 files changed

+6
-123
lines changed

.github/workflows/spack-ci.yml

Lines changed: 0 additions & 123 deletions
This file was deleted.

.github/workflows/workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525
with:
2626
compiler: ${{ matrix.compiler }}
2727
cmake-build-type: ${{ matrix.build-type }}
28+
29+
spack_build:
30+
uses: GEOS-ESM/CI-workflows/.github/workflows/spack_gcc_build.yml@project/geosgcm
31+
secrets:
32+
BUILDCACHE_USERNAME: ${{ secrets.BUILDCACHE_USERNAME }}
33+
BUILDCACHE_TOKEN: ${{ secrets.BUILDCACHE_TOKEN }}

0 commit comments

Comments
 (0)