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

Add mingw32-w64 build

parent ddcb5367
No related branches found
No related tags found
No related merge requests found
Pipeline #5884 failed
...@@ -49,6 +49,15 @@ include: ...@@ -49,6 +49,15 @@ include:
platform: "x64" platform: "x64"
tagname: "Linux" tagname: "Linux"
has_gtk: "yes" has_gtk: "yes"
- local: '.gitlab-ci-unix.yml'
inputs:
os: 'mingw32-w64'
platform: 'x86'
tagname: 'FreeBSD'
cross_platform: 'yes'
build_flags: 'AR=/home/admin/mingw-w32/bin/i686-w64-mingw32-ar AS=/home/admin/mingw-w32/bin/i686-w64-mingw32-as CC=/home/admin/mingw-w32/bin/i686-w64-mingw32-gcc CXX=/home/admin/mingw-w32/bin/i686-w64-mingw32-g++ RANLIB=/home/admin/mingw-w32/bin/i686-w64-mingw32-ranlib WINDRES=/home/admin/mingw-w32/bin/i686-w64-mingw32-windres RELEASE=1'
no_javascript: 'yes'
has_curses: 'no'
smoketest-jsexec-linux: smoketest-jsexec-linux:
tags: [Linux] tags: [Linux]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment