Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIfR-BDG
psrdada_cpp
Commits
19020d9a
Commit
19020d9a
authored
Apr 15, 2021
by
Tobias Winchen
Browse files
Merge branch 'cicd' into 'devel'
Fixes cicd See merge request
!10
parents
6a287b3c
aaeeff21
Pipeline
#98511
failed with stages
in 7 minutes and 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
19020d9a
...
...
@@ -3,7 +3,7 @@ stages:
-
test
-
deploy
image
:
edd0
1
:5000/eddbase:latest
image
:
edd
infra
0:5000/eddbase:latest
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
...
...
cmake/compiler_settings.cmake
View file @
19020d9a
...
...
@@ -8,7 +8,8 @@ endif ()
# Set compiler flags
set
(
CMAKE_CXX_FLAGS
"-fPIC"
)
set
(
ARCH
"native"
CACHE STRING
"target architecture (-march=native, x86-64), defautls to native"
)
set
(
ARCH
"broadwell"
CACHE STRING
"target architecture (-march=native, x86-64), defautls to broadwell"
)
# Broadwell is the architecture of the pacifixes and the srx
if
(
CMAKE_CXX_COMPILER MATCHES icpc
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wcheck -wd2259 -wd1125"
)
...
...
googletest
@
2fe3bd99
Compare
c9945853
...
2fe3bd99
Subproject commit
c99458533a9b4c743ed51537e25989ea55944908
Subproject commit
2fe3bd994b3189899d93f1d5a881e725e046fdc2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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