Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
ParserGenerator
Commits
63e355af
Commit
63e355af
authored
Apr 22, 2021
by
Pierre Aubert
Browse files
Ci debug
parent
eba39a7d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
cmake/phoenix_base_project.cmake
cmake/phoenix_base_project.cmake
+0
-3
No files found.
.gitlab-ci.yml
View file @
63e355af
...
...
@@ -79,7 +79,7 @@ Doc:
cmake ..
-DCMAKE_INSTALL_PREFIX=/usr
-DDOC_MODE=yes
-
make
all
-
make
VERBOSE=1
-
make install
-
make doc
-
scp -r doc/platex/* ../public
...
...
CMakeLists.txt
View file @
63e355af
...
...
@@ -9,7 +9,7 @@ phoenix_base_project("ParserGenerator" "1.6.0"
pull_extra_module
(
"OptionParser"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/OptionParser.git"
)
pull_extra_module
(
"FileParser"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/FileParser.git"
)
pull_extra_module
(
"PhoenixGenerator"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixGenerator.git"
)
pull_extra_module
(
"PhoenixCompareFile"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixCompareFile.git"
)
...
...
cmake/phoenix_base_project.cmake
View file @
63e355af
...
...
@@ -24,11 +24,8 @@ function(phoenix_base_project programName programVersion programDescritpion prog
set
(
VALGRIND_TEST yes CACHE BOOL
"enable test with valgrind"
)
message
(
STATUS
"VALGRIND_TEST =
${
VALGRIND_TEST
}
"
)
set
(
PHOENIX_FORCE_PULL_MODULE no CACHE BOOL
"Say if the submodule have to be pulled every time or not"
)
add_definitions
(
--std=c++11 -Wall -Werror -g -O2 -D__PROGRAM_VERSION__=
"
${
PROGRAM_VERSION
}
"
)
if
(
CMAKE_BUILD_TYPE STREQUAL
"Coverage"
)
message
(
STATUS
"Build for tests COVERAGE"
)
set
(
CTEST_COVERAGE_COMMAND
"gcov"
)
...
...
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