Skip to content
Snippets Groups Projects
Commit 7c88c4c5 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Do not use -Werror in CI.

We don't want CI to die because someone somewhere upgrade a compiler.
parent 7c8fe711
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ spec:
cross_platform:
default: 'no'
build_flags:
default: 'RELEASE=1 WERROR=1'
default: 'RELEASE=1'
no_javascript:
default: 'no'
has_curses:
......
......@@ -22,7 +22,7 @@ include:
os: 'netbsd'
platform: 'amd64'
tagname: 'NetBSD'
build_flags: 'RELEASE=1 USE_SYSTEM_CURSES=1 WERROR=1'
build_flags: 'RELEASE=1 USE_SYSTEM_CURSES=1'
- local: '.gitlab-ci-unix.yml'
inputs:
os: 'freebsd'
......@@ -34,7 +34,7 @@ include:
platform: 'x86'
tagname: 'FreeBSD'
cross_platform: 'yes'
build_flags: 'AR=mingw32-ar AS=mingw32-as CC=mingw32-gcc CXX=mingw32-g++ RANLIB=mingw32-ranlib WINDRES=mingw32-windres RELEASE=1 WERROR=1'
build_flags: 'AR=mingw32-ar AS=mingw32-as CC=mingw32-gcc CXX=mingw32-g++ RANLIB=mingw32-ranlib WINDRES=mingw32-windres RELEASE=1'
no_javascript: 'yes'
has_curses: 'no'
- local: '.gitlab-ci-unix.yml'
......
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