Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
200f5a06
Commit
200f5a06
authored
Apr 18, 2019
by
Marco Govoni
Browse files
Update .gitlab-ci.yml
parent
6c56125d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
200f5a06
...
...
@@ -6,6 +6,61 @@ stages:
-
test
-
doc
gcc650_0001
:
tags
:
[
rcc
,
docker
,
node-01
]
stage
:
build
image
:
miccomcenter/bot:$CI_JOB_NAME
before_script
:
-
if [ -z $GCC_VERSION ]; then echo "not set"; else echo $GCC_VERSION; fi
-
if [ -z $LAPACK_VERSION ]; then echo "not set"; else echo $LAPACK_VERSION; fi
-
if [ -z $XERCES_VERSION ]; then echo "not set"; else echo $XERCES_VERSION; fi
-
if [ -z $OPENMPI_VERSION ]; then echo "not set"; else echo $OPENMPI_VERSION; fi
-
if [ -z $MPICH_VERSION ]; then echo "not set"; else echo $MPICH_VERSION; fi
-
if [ -z $SCALAPACK_VERSION ]; then echo "not set"; else echo $SCALAPACK_VERSION; fi
-
if [ -z $FFTW_VERSION ]; then echo "not set"; else echo $FFTW_VERSION; fi
-
if [ -z PYTHON_VERSION ]; then echo "not set"; else echo $PYTHON_VERSION; fi
-
if [ -z PYTHON_PIP_VERSION ]; then echo "not set"; else echo $PYTHON_PIP_VERSION; fi
script
:
-
git clone -b 'qe-6.1.0' --single-branch --depth 1 https://gitlab.com/QEF/q-e.git QEDIR
-
cd QEDIR
-
git describe
-
./configure
-
make -j pw
-
ls bin
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
cd West
-
git describe
-
make
-
ls ../bin
gcc650_0002
:
tags
:
[
rcc
,
docker
,
node-01
]
stage
:
build
image
:
miccomcenter/bot:$CI_JOB_NAME
before_script
:
-
if [ -z $GCC_VERSION ]; then echo "not set"; else echo $GCC_VERSION; fi
-
if [ -z $LAPACK_VERSION ]; then echo "not set"; else echo $LAPACK_VERSION; fi
-
if [ -z $XERCES_VERSION ]; then echo "not set"; else echo $XERCES_VERSION; fi
-
if [ -z $OPENMPI_VERSION ]; then echo "not set"; else echo $OPENMPI_VERSION; fi
-
if [ -z $MPICH_VERSION ]; then echo "not set"; else echo $MPICH_VERSION; fi
-
if [ -z $SCALAPACK_VERSION ]; then echo "not set"; else echo $SCALAPACK_VERSION; fi
-
if [ -z $FFTW_VERSION ]; then echo "not set"; else echo $FFTW_VERSION; fi
-
if [ -z PYTHON_VERSION ]; then echo "not set"; else echo $PYTHON_VERSION; fi
-
if [ -z PYTHON_PIP_VERSION ]; then echo "not set"; else echo $PYTHON_PIP_VERSION; fi
script
:
-
git clone -b 'qe-6.1.0' --single-branch --depth 1 https://gitlab.com/QEF/q-e.git QEDIR
-
cd QEDIR
-
git describe
-
./configure
-
make -j pw
-
ls bin
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
cd West
-
git describe
-
make
-
ls ../bin
west_build_gcc
:
tags
:
[
rcc
,
docker
,
node-01
]
stage
:
build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment