Skip to content
Snippets Groups Projects
Commit 94ebe063 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 85a1db56
Branches
Tags
1 merge request!455Update branch with changes from master
...@@ -10,7 +10,7 @@ spec: ...@@ -10,7 +10,7 @@ spec:
cross_platform: cross_platform:
default: 'no' default: 'no'
build_flags: build_flags:
default: 'RELEASE=1 WERROR=1' default: 'RELEASE=1'
no_javascript: no_javascript:
default: 'no' default: 'no'
has_curses: has_curses:
......
...@@ -22,7 +22,7 @@ include: ...@@ -22,7 +22,7 @@ include:
os: 'netbsd' os: 'netbsd'
platform: 'amd64' platform: 'amd64'
tagname: 'NetBSD' 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' - local: '.gitlab-ci-unix.yml'
inputs: inputs:
os: 'freebsd' os: 'freebsd'
...@@ -34,7 +34,7 @@ include: ...@@ -34,7 +34,7 @@ include:
platform: 'x86' platform: 'x86'
tagname: 'FreeBSD' tagname: 'FreeBSD'
cross_platform: 'yes' 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' no_javascript: 'yes'
has_curses: 'no' has_curses: 'no'
- local: '.gitlab-ci-unix.yml' - local: '.gitlab-ci-unix.yml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment