X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=appveyor.yml;h=09ebccf82c546c39c08092168471263db39864a0;hp=c6c36893931af8dd58109617e75a8003f1152b60;hb=5b34186fadb5ad2360ab3b589f9c18fd44cc5b6c;hpb=c922e0b0cb917a7a47265e76ff13b8911e0e497a diff --git a/appveyor.yml b/appveyor.yml index c6c36893..09ebccf8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ install: - SET PATH=%CYG_ROOT%\bin;%PATH% # NB: Changed env variables persist to later sections build_script: - - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && ./configure --extra-cflags=\"-Werror\" ${CONFIGURE_OPTIONS} && make.exe' + - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && ./configure --disable-native --extra-cflags=\"-Werror\" ${CONFIGURE_OPTIONS} && make.exe' after_build: - cd os\windows && dobuild.cmd %PLATFORM%