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
b8933e4b
Commit
b8933e4b
authored
Jun 10, 2020
by
jannick.wolters
Browse files
Updated .gitlab-ci.yml with larger CI pipeline timeout
parent
7fc04d94
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b8933e4b
...
...
@@ -11,6 +11,7 @@ build:
-
cd code/build/debug
-
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=True ../../
-
ninja
timeout
:
2h
only
:
refs
:
-
master
...
...
@@ -32,6 +33,7 @@ unit_tests:
-
ninja
-
cd ../../bin
-
./unit_tests
timeout
:
2h
only
:
refs
:
-
master
...
...
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