Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
c087a859
Commit
c087a859
authored
Apr 13, 2020
by
jannick.wolters
Browse files
Hopefully fixed .gitlab-ci.yml
parent
6f275429
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c087a859
image
:
rtsn/test:latest
workflow
:
rules
:
-
if
:
$CI_MERGE_REQUEST_ID
-
if
:
$CI_COMMIT_BRANCH == 'master'
stages
:
-
build
-
unit_tests
...
...
@@ -20,6 +15,8 @@ build:
-
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=True -DCMAKE_EXPORT_COMPILE_COMMANDS=True ../../
-
ninja
only
:
-
master
-
merge_requests
changes
:
-
"
code/include/**/*"
-
"
code/tests/**/*"
...
...
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