Skip to content

Commit

Permalink
Merge pull request #26587 from RomanPudashkin/450_nightly_builds
Browse files Browse the repository at this point in the history
4.5.0 nightly builds
  • Loading branch information
RomanPudashkin authored Feb 19, 2025
2 parents 238aa97 + 9a033ed commit e64a84d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ run-name: "${{ github.event.schedule == '0 3 * * *' && 'Build: Nightly - master
on:
schedule:
- cron: "0 3 * * *" # Every night at 03:00 for master branch
# - cron: "0 4 * * *" # Every night at 04:00 for current release branch
- cron: "0 4 * * *" # Every night at 04:00 for current release branch
workflow_dispatch:

permissions:
actions: write

# env:
# CURRENT_RELEASE_BRANCH: 4.4.4
# IS_CURRENT_RELEASE_BRANCH: ${{ github.event.schedule == '0 4 * * *' && 'true' || 'false' }}
env:
CURRENT_RELEASE_BRANCH: 4.5.0
IS_CURRENT_RELEASE_BRANCH: ${{ github.event.schedule == '0 4 * * *' && 'true' || 'false' }}

jobs:
trigger_nightly:
Expand Down
2 changes: 1 addition & 1 deletion src/framework/cmake/muse_framework_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define MUSE_APP_VERSION_MINOR "${MUSE_APP_VERSION_MINOR}"
#define MUSE_APP_VERSION_PATCH "${MUSE_APP_VERSION_PATCH}"

#cmakedefine MUSE_APP_VERSION_LABEL ${MUSE_APP_VERSION_LABEL}
#cmakedefine MUSE_APP_VERSION_LABEL "${MUSE_APP_VERSION_LABEL}"

#cmakedefine MUSE_APP_INSTALL_SUFFIX "${MUSE_APP_INSTALL_SUFFIX}"
#cmakedefine MUSE_APP_INSTALL_PREFIX ${MUSE_APP_INSTALL_PREFIX}
Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MUSE_APP_NAME_MACHINE_READABLE_COMPAT "MuseScore")
set(MUSE_APP_GUI_IDENTIFIER org.musescore.${MUSE_APP_NAME_MACHINE_READABLE_COMPAT})

set(MUSE_APP_VERSION_MAJOR "4")
set(MUSE_APP_VERSION_MINOR "5")
set(MUSE_APP_VERSION_MINOR "6")
set(MUSE_APP_VERSION_PATCH "0")
set(MUSE_APP_VERSION_MAJ_MIN "${MUSE_APP_VERSION_MAJOR}.${MUSE_APP_VERSION_MINOR}")
set(MUSE_APP_VERSION "${MUSE_APP_VERSION_MAJ_MIN}.${MUSE_APP_VERSION_PATCH}")
Expand Down

0 comments on commit e64a84d

Please sign in to comment.