.woodpecker.yml: try fix
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Christian Zimmermann 2024-05-18 23:52:56 +02:00
parent a6035d5585
commit 171a4cdcae

View file

@ -3,14 +3,13 @@
steps: steps:
build: build:
image: chizeta/centos:8 image: chizeta/centos:8
pull: true
user: test
commands: commands:
- source /opt/rh/gcc-toolset-9/enable - source /opt/rh/gcc-toolset-9/enable
- source /etc/profile.d/modules.sh - source /etc/profile.d/modules.sh
- module use --append /usr/share/modulefiles - module use --append /usr/share/modulefiles
- module load mpi - module load mpi
- whoami - chown -R test:test .
- su test
- mkdir build-gcc - mkdir build-gcc
- cd build-gcc - cd build-gcc
- cmake3 -DSCALAR_BUILD=on .. - cmake3 -DSCALAR_BUILD=on ..