Wrong url #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check mgx | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '**/package.py' | |
pull_request: | |
branches: | |
- main | |
paths: | |
- '**/package.py' | |
jobs: | |
main: | |
name: Check mgx | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/lihpc-computational-geometry/spack-cgcore:latest | |
steps: | |
- name: Build and install | |
shell: bash | |
run: | | |
source /spack/share/spack/setup-env.sh | |
cd /spack_recipes_meshing && git pull | |
spack repo add /spack_recipes_meshing/meshing | |
spack repo add /spack_recipes_meshing/meshing_supersede | |
spack env activate meshing-env | |
spack add mgx~smooth3d^vtk-maillage~opengl2+qt | |
spack install -v --no-checksum -v |