mingw32-gcc is i686-w64-mingw32-gcc

This commit is contained in:
Thomas Bernard 2018-07-15 14:22:19 +02:00
parent 7ae64999a8
commit bdf8f50754
1 changed files with 2 additions and 1 deletions

View File

@ -11,9 +11,10 @@ job_miniupnpd:
script:
- "cd miniupnpd && make -j3 -f Makefile.linux && make -f Makefile.linux check"
# i686-w64-mingw32-gcc
job_miniupnpc:
stage: build
script:
- "cd miniupnpc && make -j3 && make check"
- "make clean"
- "make -f Makefile.mingw DLLWRAP=mingw32-dllwrap CC=mingw32-gcc AR=mingw32-ar"
- "make -f Makefile.mingw DLLWRAP=i686-w64-mingw32-dllwrap CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar"