mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user