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

Remove unneeded build flags.

Just because I use them for SyncTERM releases doesn't mean we want
them for CI.
parent da758754
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,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 RELEASE=1 STATIC_CRYPTLIB=yes USE_SDL=1 VERBOSE=please WINDRES=mingw32-windres'
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