Skip to content
Snippets Groups Projects
Commit b21d2c3a authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : debug

parent 60eec841
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
......@@ -61,7 +61,6 @@ build:ubuntu_cpp:g++:
matrix:
- Gplusplus_VERSION: ["10","12"]
script:
- echo "Build directory :$BUILD_DIR"
- cd $BUILD_DIR
- apt-get install -y g++-$Gplusplus_VERSION
- export CXX=/usr/bin/g++-$Gplusplus_VERSION
......@@ -81,7 +80,6 @@ build:ubuntu_cpp:clang:
matrix:
- CLANG_VERSION: ["12","15"]
script:
- echo "Build directory :$BUILD_DIR"
- cd $BUILD_DIR
- apt-get install -y clang-$CLANG_VERSION
# WERROR=OFF until https://gitlab.eclipse.org/eclipse/aidge/aidge/-/issues/137 is not closed
......@@ -130,6 +128,9 @@ coverage:ubuntu_cpp:
- apt-get install -qq -y cmake gcovr
- !reference [.retrieve_deps:apt, script]
script:
- echo "Build directory :$BUILD_DIR"
- ls
- pwd
- cd $BUILD_DIR
- ctest --output-on-failure
# HTML report for visualization
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment