.woodpecker.yml: try fix
This commit is contained in:
parent
575786ff13
commit
faf3cddeb6
1 changed files with 2 additions and 1 deletions
|
@ -6,9 +6,10 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
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
|
||||||
- mkdir build-gcc
|
- mkdir build-gcc
|
||||||
- cd build-gcc
|
- cd build-gcc
|
||||||
- cmake3 -DSCALAR_BUILD=on ..
|
- cmake3 -DSCALAR_BUILD=on ..
|
||||||
|
|
Loading…
Reference in a new issue