mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Update snapshot builds
Main changes from v3.7-sp1 release: Enable Add Planned Activity from Activities menu Enable Plan Activity from Calendar conxtext menu Enable Agenda view of Calendar chart [publish binaries]
This commit is contained in:
@@ -222,12 +222,12 @@ build_script:
|
|||||||
# Windows
|
# Windows
|
||||||
- cmd: qmake.exe build.pro -r -spec win32-msvc
|
- cmd: qmake.exe build.pro -r -spec win32-msvc
|
||||||
- cmd: if not exist qwt\lib\qwt.lib jom -j1 sub-qwt & exit /b 1
|
- cmd: if not exist qwt\lib\qwt.lib jom -j1 sub-qwt & exit /b 1
|
||||||
- cmd: jom -j4 sub-src
|
- cmd: jom -j2 sub-src
|
||||||
|
|
||||||
# Linux / macOS
|
# 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: 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; false; fi
|
- sh: if test ! -f qwt/lib/libqwt.a; then make sub-qwt; false; fi
|
||||||
- sh: make -j4 sub-src
|
- sh: make -j2 sub-src
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
|
|
||||||
@@ -260,7 +260,7 @@ after_build:
|
|||||||
|
|
||||||
# Build the installer
|
# Build the installer
|
||||||
- cmd: makensis GC3.7-Master-W64-QT6.nsi
|
- cmd: makensis GC3.7-Master-W64-QT6.nsi
|
||||||
- cmd: move GoldenCheetah_v3.7_64bit_Windows.exe ..\..\GoldenCheetah_v3.7_x64.exe
|
- cmd: move GoldenCheetah_v3.7.1_64bit_Windows.exe ..\..\GoldenCheetah_v3.7_x64.exe
|
||||||
- cmd: cd ..\..
|
- cmd: cd ..\..
|
||||||
|
|
||||||
# Linux / macOS
|
# Linux / macOS
|
||||||
|
|||||||
@@ -125,7 +125,7 @@
|
|||||||
#define VERSION35_BUILD 3990 // released
|
#define VERSION35_BUILD 3990 // released
|
||||||
#define VERSION36_BUILD 5000 // released 5/8/23
|
#define VERSION36_BUILD 5000 // released 5/8/23
|
||||||
#define VERSION37_BUILD 5005 // released 28/3/25
|
#define VERSION37_BUILD 5005 // released 28/3/25
|
||||||
#define VERSION37_SP1 5006 // released 20/11/25
|
#define VERSION37_SP1 5006 // released 20/11/25 - latest snapshot 28/11/25
|
||||||
|
|
||||||
// will keep changing during testing and before final release
|
// will keep changing during testing and before final release
|
||||||
#define VERSION31_BUILD VERSION31_UPG
|
#define VERSION31_BUILD VERSION31_UPG
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
// the next two will with each build/release
|
// the next two will with each build/release
|
||||||
#define VERSION_LATEST 5006
|
#define VERSION_LATEST 5006
|
||||||
#define VERSION_STRING "V3.7.1"
|
#define VERSION_STRING "V3.7.1"
|
||||||
#define GC_VERSION VERSION_STRING // To force version string on non-tagged ci builds
|
//#define GC_VERSION VERSION_STRING // To force version string on non-tagged ci builds
|
||||||
|
|
||||||
// default config for this release cycle
|
// default config for this release cycle
|
||||||
#define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/3.8"
|
#define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/3.8"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ qmake --version
|
|||||||
windeployqt --force .\GoldenCheetah.exe
|
windeployqt --force .\GoldenCheetah.exe
|
||||||
copy ..\Resources\win32\GC3.7-Master-W64-QT6.nsi .\GC3.7-Master-W64-QT6.nsi
|
copy ..\Resources\win32\GC3.7-Master-W64-QT6.nsi .\GC3.7-Master-W64-QT6.nsi
|
||||||
C:\Program` Files` `(x86`)\NSIS\makensis.exe .\GC3.7-Master-W64-QT6.nsi
|
C:\Program` Files` `(x86`)\NSIS\makensis.exe .\GC3.7-Master-W64-QT6.nsi
|
||||||
move -force .\GoldenCheetah_v3.7_64bit_Windows.exe .\GoldenCheetah_v3.7_x64Qt6.exe
|
move -force .\GoldenCheetah_v3.7.1_64bit_Windows.exe .\GoldenCheetah_v3.7_x64Qt6.exe
|
||||||
|
|
||||||
### Generate version file with SHA
|
### Generate version file with SHA
|
||||||
.\GoldenCheetah --version 2>.\GCversionWindowsQt6.txt
|
.\GoldenCheetah --version 2>.\GCversionWindowsQt6.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user