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
d1e63b1e
Commit
d1e63b1e
authored
Jul 12, 2018
by
Marco Govoni
Browse files
Update .gitlab-ci.yml
parent
02b00a76
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d1e63b1e
...
...
@@ -11,6 +11,7 @@ west_build:
image
:
ubuntu:latest
before_script
:
-
apt-get update > /dev/null
-
apt-get install -qq apt-utils > /dev/null
-
apt-get install -qq git > /dev/null
-
apt-get install -qq build-essential gfortran wget python > /dev/null
-
apt-get install -qq libopenmpi-dev openmpi-bin > /dev/null
...
...
@@ -34,6 +35,7 @@ west_test_gamma:
image
:
ubuntu:latest
before_script
:
-
apt-get update > /dev/null
-
apt-get install -qq apt-utils > /dev/null
-
apt-get install -qq git > /dev/null
-
apt-get install -qq build-essential gfortran wget python > /dev/null
-
apt-get install -qq libopenmpi-dev openmpi-bin > /dev/null
...
...
@@ -41,10 +43,10 @@ west_test_gamma:
script
:
-
git clone -b 'qe-6.1.0' --single-branch --depth 1 https://gitlab.com/QEF/q-e.git QEDIR
-
cd QEDIR
-
./configure FFLAGS="-ffpe-summary=none"
-
make -j pw
-
./configure FFLAGS="-ffpe-summary=none"
> /dev/null
-
make -j pw
> /dev/null
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
cd West
-
make
-
cd West
-
make
> /dev/null
-
cd test
-
make NP=28 NI=1 NT=1
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