This commit is contained in:
parent
a6035d5585
commit
171a4cdcae
1 changed files with 2 additions and 3 deletions
|
@ -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 ..
|
||||||
|
|
Loading…
Reference in a new issue