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
017b7233
Commit
017b7233
authored
Feb 13, 2021
by
Jonas Schwab
Browse files
Work on pipeline
parent
10754b31
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
017b7233
...
...
@@ -11,7 +11,8 @@ variables:
-
py_alf.py
script
:
-
apt-get update && apt-get install -y pylint3 python3-numpy git
-
pylint -E Run.py default_variables.py py_alf.py
-
if [ $(command -v pylint3) ]; then linter='pylint3'; else linter='pylint'; fi
-
$linter -E Run.py default_variables.py py_alf.py
-
export PATH="/opt/pgi/linux86-64/2019/bin:$PATH"
# Only relevant for images with PGI compiler
-
git clone https://git.physik.uni-wuerzburg.de/ALF/ALF.git
-
./Run.py -R --alfdir ./ALF --machine $MACHINE --branch_R $BRANCH_R --ham_name_R Hubbard_Plain_Vanilla
...
...
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