Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
d4ec9665
Commit
d4ec9665
authored
Jul 18, 2019
by
Benedikt Zoennchen
Browse files
Update .gitlab-ci.yml
parent
502871b1
Pipeline
#135514
passed with stages
in 128 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d4ec9665
...
...
@@ -67,7 +67,7 @@ stages:
script
:
-
mvn clean
-
mvn -Dmaven.test.skip=true package
#
- python3 Tools/ContinuousIntegration/run_vadere_console_with_all_scenario_files.py
-
python3 Tools/ContinuousIntegration/run_vadere_console_with_all_scenario_files.py
artifacts
:
when
:
on_failure
paths
:
...
...
@@ -83,7 +83,7 @@ stages:
-
python3 -m zipfile -c ${VADERE_PACKAGE_NAME_BRANCHES} CHANGELOG.md README.md VadereModelTests/ VadereGui/target/vadere-gui.jar VadereSimulator/target/vadere-console.jar
-
scp ${VADERE_PACKAGE_NAME_BRANCHES} di49mur@webdev-mwn.lrz.de:~/webserver/htdocs/builds/master/${VADERE_PACKAGE_NAME_BRANCHES}
-
python3 -m zipfile -c ${EIKMESH_PACKAGE_NAME_BRANCHES} VadereMeshing/README.md VadereMeshing/target/meshing-0.1-SNAPSHOT.jar
-
scp ${EIKMESH_PACKAGE_NAME_BRANCHES} di49mur@webdev-mwn.lrz.de:~/webserver/htdocs/builds/master/${EIKMESH_PACKAGE_NAME_BRANCHES}
-
scp ${EIKMESH_PACKAGE_NAME_BRANCHES} di49mur@webdev-mwn.lrz.de:~/webserver/htdocs/builds/master/
eikmesh/
${EIKMESH_PACKAGE_NAME_BRANCHES}
only
:
refs
:
-
master
...
...
@@ -118,7 +118,7 @@ stages:
-
mvn -Dmaven.test.skip=true package
# setup.py install should from the directoty at which the setup.py file is located (working directory). The brackets return the working direcory back to previous position.
-
(cd Tools/VadereAnalysisTools/VadereAnalysisTool/ && python3 setup.py install --user)
#
- python3 Tools/ContinuousIntegration/run_seed_comparison_test.py
-
python3 Tools/ContinuousIntegration/run_seed_comparison_test.py
artifacts
:
when
:
on_failure
paths
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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