mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
AppVeyor - Don't rebuild QWT every time
[skip ci] Cache depends on qwt/qwtconfig.pro.in for version updates
This commit is contained in:
@@ -190,14 +190,13 @@ build_script:
|
||||
|
||||
# Windows
|
||||
- cmd: qmake.exe build.pro -r -spec win32-msvc
|
||||
- cmd: cd qwt\
|
||||
- cmd: jom -j1
|
||||
- cmd: cd ..
|
||||
- cmd: jom -j4
|
||||
- cmd: if not exist qwt\lib\qwt.lib jom -j1 sub-qwt
|
||||
- cmd: jom -j4 sub-src
|
||||
|
||||
# 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: make -j4
|
||||
- sh: if test ! -f qwt/lib/libqwt.a; then make sub-qwt; fi
|
||||
- sh: make -j4 sub-src
|
||||
|
||||
after_build:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user