Skip to content

Commit

Permalink
CI: use same CFLAGS for MinGW build as for other builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlson2k committed Dec 26, 2021
1 parent cf42e7f commit 3478d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Scan-Build/Debian:
MinGW/Debian:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$MINGW_BUILD
script:
- export CFLAGS="$CFLAGS_DEFAULT"
- export CC="ccache $PREFIX-gcc"
- ./bootstrap
- ./configure $CONFIGURE_BASE_FLAGS --build=x86_64-pc-linux-gnu --host=$PREFIX
Expand Down

0 comments on commit 3478d3b

Please sign in to comment.