Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALF
pyALF
Commits
74ba22d2
Commit
74ba22d2
authored
May 03, 2021
by
Jonas Schwab
Browse files
Work on pipeline
parent
90ea4c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
74ba22d2
...
...
@@ -9,6 +9,7 @@ variables:
-
Run.py
-
default_variables.py
-
py_alf.py
-
.gitlab-ci.yml
script
:
-
apt-get update && apt-get install -y pylint3 git
-
if [ "$MACHINE" = "INTEL" ]; then . /opt/intel/oneapi/setvars.sh; fi
...
...
@@ -26,6 +27,7 @@ variables:
-
Run.py
-
default_variables.py
-
py_alf.py
-
.gitlab-ci.yml
script
:
-
apt-get update && apt-get install -y pylint3
-
pylint3 Run.py default_variables.py py_alf.py
...
...
@@ -67,7 +69,7 @@ Test-PGI:
<<
:
*test_definition
Test-Intel-21
:
image
:
git.physik.uni-wuerzburg.de:25812/z03/pdi/debian:bullseye-intel-oneapi-ifort
image
:
git.physik.uni-wuerzburg.de:25812/z03/pdi/debian:bullseye-intel-oneapi-ifort
-python3
variables
:
MACHINE
:
"
INTEL"
<<
:
*test_definition
...
...
@@ -103,7 +105,7 @@ Test_branch-PGI:
<<
:
*test_branch_definition
Test_branch-Intel-21
:
image
:
git.physik.uni-wuerzburg.de:25812/z03/pdi/debian:bullseye-intel-oneapi-ifort
image
:
git.physik.uni-wuerzburg.de:25812/z03/pdi/debian:bullseye-intel-oneapi-ifort
-python3
variables
:
MACHINE
:
"
INTEL"
<<
:
*test_branch_definition
Write
Preview
Supports
Markdown
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