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
eb721c89
Commit
eb721c89
authored
Jul 16, 2020
by
steffen.schotthoefer
Browse files
Update .gitlab-ci.yml
parent
67679152
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eb721c89
image
:
rtsn/test:latest
stages
:
-
build
-
unit_tests
build
:
stage
:
build
script
:
-
git submodule update --init --recursive
-
cd code/build/debug
-
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=True ../../
-
ninja
timeout
:
2h
only
:
refs
:
-
master
-
merge_requests
changes
:
-
"
code/include/**/*"
-
"
code/tests/**/*"
-
"
code/src/**/*"
-
"
code/CMakeLists.txt"
-
"
scripts/Dockerfile"
-
"
.gitmodules"
unit_tests
:
stage
:
unit_tests
...
...
@@ -36,6 +16,7 @@ unit_tests:
timeout
:
2h
only
:
refs
:
-
develop
-
master
-
merge_requests
changes
:
...
...
code/include/solvers/solverbase.h
View file @
eb721c89
#ifndef SOLVER_H
#define SOLVER_H
#include <iostream>
// include Matrix, Vector definitions
#include "settings/globalconstants.h"
#include "settings/typedef.h"
...
...
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