.woodpecker.yml: fix indentation
This commit is contained in:
parent
ac0b9e54a3
commit
e794a94f7a
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ steps:
|
|||
image: chizeta/centos:8
|
||||
commands:
|
||||
- source /opt/rh/gcc-toolset-9/enable
|
||||
- module load mpi
|
||||
- mpifort --version
|
||||
- module load mpi
|
||||
- mpifort --version
|
||||
- mkdir build-gcc
|
||||
- cd build-gcc
|
||||
- cmake3 -DSCALAR_BUILD=on ..
|
||||
|
|
Loading…
Reference in a new issue