This commit is contained in:
parent
8a36606639
commit
c2906f962b
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ steps:
|
|||
image: chizeta/centos:8
|
||||
commands:
|
||||
- source /opt/rh/gcc-toolset-9/enable
|
||||
- module use --append /usr/share/modulefiles
|
||||
- module load mpi
|
||||
- mkdir build-gcc
|
||||
- cd build-gcc
|
||||
- cmake3 -DSCALAR_BUILD=on ..
|
||||
|
|
Loading…
Reference in a new issue