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
f1365973
Commit
f1365973
authored
Feb 06, 2019
by
Daniel Lehmberg
Browse files
WIP: test
parent
e7a656f2
Pipeline
#88970
failed with stage
in 1 minute and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci-templates.yml
View file @
f1365973
...
...
@@ -58,5 +58,5 @@
script
:
-
mvn clean
-
mvn -Dmaven.test.skip=true package
-
scp VadereSimulator/target/vadere-console.jar di49mur@webdev-mwn.lrz.de:~/webserver/htdocs/builds/vadere_latest.jar
-
scp
-v
VadereSimulator/target/vadere-console.jar di49mur@webdev-mwn.lrz.de:~/webserver/htdocs/builds/vadere_latest.jar
.gitlab-ci.yml
View file @
f1365973
...
...
@@ -18,50 +18,18 @@
# - https://docs.gitlab.com/ee/ci/yaml/README.html
stages
:
-
unit_test
-
integration_test
-
deploy
include
:
.gitlab-ci-templates.yml
# Jobs for GNU/Linux runner (which is labelled with tag "linux")
run_unit_tests_on_linux
:
extends
:
.template_unit_tests
tags
:
-
linux
run_scenario_files_on_linux
:
extends
:
.template_scenario_files
tags
:
-
linux
run_seed_test_on_linux
:
extends
:
.template_seed_test
tags
:
-
linux
deploy_on_windows
:
deploy_on_linux
:
extends
:
.template_deploy
tags
:
-
linux
# Jobs for Windows runner (which is labelled with tag "windows")
run_unit_tests_on_windows
:
extends
:
.template_unit_tests
tags
:
-
windows
run_scenario_files_on_windows
:
extends
:
.template_scenario_files
tags
:
-
windows
run_seed_test_on_windows
:
extends
:
.template_seed_test
tags
:
-
windows
deploy_on_windows
:
extends
:
.template_deploy
tags
:
...
...
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