This commit is contained in:
parent
e80ad4677e
commit
e65569b25b
1 changed files with 2 additions and 1 deletions
|
@ -3,12 +3,13 @@
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: chizeta/centos:8
|
image: chizeta/centos:8
|
||||||
|
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
|
||||||
- chown -R test .
|
- chown -R test:test .
|
||||||
- su test
|
- su test
|
||||||
- mkdir build-gcc
|
- mkdir build-gcc
|
||||||
- cd build-gcc
|
- cd build-gcc
|
||||||
|
|
Loading…
Reference in a new issue