AppVeyor - Ensure qwt build cache is updated

After building qwt the process is terminated
to ensure cache update withing the time limit,
the next build will use cached qwt and continue.
This commit is contained in:
Alejandro Martinez
2025-11-05 10:28:47 -03:00
parent 99b6d5144e
commit fa84a37a53

View File

@@ -226,7 +226,7 @@ build_script:
# Linux / macOS
- sh: qmake build.pro -r QMAKE_CXXFLAGS_WARN_ON+="-Wno-unused-private-field -Wno-c++11-narrowing -Wno-deprecated-declarations -Wno-deprecated-register -Wno-nullability-completeness -Wno-sign-compare -Wno-inconsistent-missing-override" QMAKE_CFLAGS_WARN_ON+="-Wno-deprecated-declarations -Wno-sign-compare"
- sh: if test ! -f qwt/lib/libqwt.a; then make sub-qwt; fi
- sh: if test ! -f qwt/lib/libqwt.a; then make sub-qwt; false; fi
- sh: make -j4 sub-src
after_build: