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
743ef275
Commit
743ef275
authored
Jul 18, 2019
by
Benedikt Zoennchen
Browse files
Update .gitlab-ci.yml
parent
2d80d8fe
Pipeline
#135493
passed with stages
in 17 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
743ef275
...
...
@@ -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
:
...
...
@@ -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