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
open-source
AutoReferee
Commits
93dd3f38
Unverified
Commit
93dd3f38
authored
May 25, 2021
by
NicolaiO
🐼
Browse files
Add autoref-tests to pipeline
parent
9672855c
Pipeline
#8920
passed with stage
in 5 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
93dd3f38
...
@@ -11,6 +11,10 @@ test:
...
@@ -11,6 +11,10 @@ test:
stage
:
build
stage
:
build
image
:
openjdk:11
image
:
openjdk:11
script
:
script
:
-
"
apt
update
&&
apt
install
git-lfs"
-
"
git
lfs
install"
-
"
git
clone
https://gitlab.com/robocup-small-size/autoref-tests.git
modules/moduli-autoreferee/autoref-tests"
-
"
(cd
modules/moduli-autoreferee/autoref-tests
&&
git
lfs
fetch)"
-
'
./gradlew
--stacktrace
--no-daemon
check
integrationTest'
-
'
./gradlew
--stacktrace
--no-daemon
check
integrationTest'
artifacts
:
artifacts
:
name
:
"
${CI_JOB_NAME}_$CI_COMMIT_REF_NAME"
name
:
"
${CI_JOB_NAME}_$CI_COMMIT_REF_NAME"
...
...
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