Skip to content
Snippets Groups Projects
Commit 30d0888b authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Improves CI

parent 81e8dcfe
Branches
No related tags found
1 merge request!12Libmoj
Pipeline #11595 failed
...@@ -75,7 +75,7 @@ job-build-cpp: ...@@ -75,7 +75,7 @@ job-build-cpp:
- apk add make g++ musl-dev linux-headers - apk add make g++ musl-dev linux-headers
- ./configure.sh - ./configure.sh
- sed -i "s/CC = gcc/CC = c++/" makefile - sed -i "s/CC = gcc/CC = c++/" makefile
- sed -i "s/gnu99/c++20/" makefile - sed -i "s/gnu99/c++20 -Wno-error=write-strings/" makefile
- make - make
job-build-test: job-build-test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment