summaryrefslogtreecommitdiff
path: root/minici.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'minici.yaml')
-rw-r--r--minici.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/minici.yaml b/minici.yaml
index b52b3d9..4a6d65d 100644
--- a/minici.yaml
+++ b/minici.yaml
@@ -1,12 +1,12 @@
job build:
shell:
- - make CC=gcc CFLAGS=-Werror CXXFLAGS=-Werror
+ - make CC=gcc CFLAGS="-Werror -Wno-deprecated-declarations" CXXFLAGS="-Werror -Wno-deprecated-declarations"
artifact erebos:
path: build/src/erebos
job clang:
shell:
- - make CC=clang CFLAGS=-Werror CXXFLAGS=-Werror
+ - make CC=clang CFLAGS="-Werror -Wno-deprecated-declarations" CXXFLAGS="-Werror -Wno-deprecated-declarations"
job test:
uses: