Skip to content

Add FCC-config to the stack and pick it up in the nightlies #1463

Add FCC-config to the stack and pick it up in the nightlies

Add FCC-config to the stack and pick it up in the nightlies #1463

name: concretize-ubuntu
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Concretize key4hep-stack
run: |
git clone --depth 1 https://github.com/key4hep/spack
source spack/share/spack/setup-env.sh
spack env create testenv
spack env activate testenv
spack repo add .
spack compiler find
spack add key4hep-stack
spack concretize | tee -a ${GITHUB_WORKSPACE}/key4hep-stack-concretization.log