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
Ole Hermann Bakka
todo-list-example
Commits
ccbf796d
Commit
ccbf796d
authored
Nov 03, 2021
by
Hallvard Trætteberg
Browse files
Try to configure CI
parent
87066860
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
ccbf796d
stages
:
-
test
-
build
test
:
stage
:
test
script
:
-
cd todolist; mvn test -P headless
build
:
stage
:
build
when
:
manual
script
:
-
cd todolist; mvn install -P headless
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