.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:
build:
image: chizeta/centos:8
pull: true
user: test
commands:
- source /opt/rh/gcc-toolset-9/enable
- source /etc/profile.d/modules.sh
- module use --append /usr/share/modulefiles
- module load mpi
- whoami
- chown -R test:test .
- su test
- mkdir build-gcc
- cd build-gcc
- cmake3 -DSCALAR_BUILD=on ..