Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
8f75a681
Commit
8f75a681
authored
Sep 07, 2018
by
Benedikt Kleinmeier
Browse files
In ".gitlab-ci.yml", call VADERE Git hook before invoking Maven to generate Git hash.
parent
45917996
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8f75a681
...
...
@@ -41,6 +41,7 @@ unit_tests_with_coverage:
stage
:
test
script
:
-
Documentation/version-control/git-hook-vadere-software
-
mvn clean
-
mvn -Dtest=!TestConvolution,!TestBitonicSort,!TestCLLinkedList test
-
python3 Tools/ContinuousIntegration/collect_line_and_branch_coverage.py
...
...
@@ -49,6 +50,7 @@ run_scenario_files:
stage
:
deploy
script
:
-
Documentation/version-control/git-hook-vadere-software
-
mvn clean
-
mvn -Dmaven.test.skip=true package
-
python3 Tools/ContinuousIntegration/run_vadere_console_with_all_scenario_files.py
...
...
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