gitlab-ci: make clean before cross building for windows

This commit is contained in:
Thomas Bernard 2018-07-15 14:17:09 +02:00
parent dc11f02d37
commit 7ae64999a8
1 changed files with 1 additions and 0 deletions

View File

@ -15,4 +15,5 @@ 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"