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:
Alejandro Martinez
2025-11-28 20:46:22 -03:00
parent 69093d5ff7
commit 49c337d365
3 changed files with 6 additions and 6 deletions

View File

@@ -222,12 +222,12 @@ build_script:
# Windows
- 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: jom -j4 sub-src
- cmd: jom -j2 sub-src
# 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; false; fi
- sh: make -j4 sub-src
- sh: make -j2 sub-src
after_build:
@@ -260,7 +260,7 @@ after_build:
# Build the installer
- 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 ..\..
# Linux / macOS

View File

@@ -125,7 +125,7 @@
#define VERSION35_BUILD 3990 // released
#define VERSION36_BUILD 5000 // released 5/8/23
#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
#define VERSION31_BUILD VERSION31_UPG
@@ -133,7 +133,7 @@
// the next two will with each build/release
#define VERSION_LATEST 5006
#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
#define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/3.8"

View File

@@ -3,7 +3,7 @@ qmake --version
windeployqt --force .\GoldenCheetah.exe
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
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
.\GoldenCheetah --version 2>.\GCversionWindowsQt6.txt