Skip to content

spack workflow

spack workflow #46

Workflow file for this run

name: spack
on:
push:
pull_request:
branches:
- master
jobs:
test-spack:
runs-on: ubuntu-latest
container: boeschf/ghex-org
steps:
- name: install-ghex-org-packages
run: |
mkdir /repos
git clone https://github.com/ghex-org/spack-repos.git /repos
. /opt/spack/share/spack/setup-env-clean.sh
spack find
spack repo add /repos
- name: Checkout
uses: actions/checkout@v3
with:
path: hwmalloc
- name: build-and-test
run: |
cd hwmalloc
. /opt/spack/share/spack/setup-env-clean.sh
spack dev-build --test=root hwmalloc@develop