Skip to content

Commit

Permalink
only build mac
Browse files Browse the repository at this point in the history
  • Loading branch information
danryu committed Jul 17, 2024
1 parent 3000d95 commit 6ad084c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
94 changes: 47 additions & 47 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,21 +177,21 @@ jobs:
# Think of this like a foreach loop. Basically runs the steps with every combination of
# the contents of this.
config:
- config_name: Android 8.1+ - Play Store
target_os: android
building_on_os: ubuntu-22.04
base_command: ./.github/autobuild/android.sh
run_codeql: false
is_main_build_target: true
# - config_name: Android 8.1+ - Play Store
# target_os: android
# building_on_os: ubuntu-22.04
# base_command: ./.github/autobuild/android.sh
# run_codeql: false
# is_main_build_target: true

# Qt6 requires Ubuntu 20.04+ for build, but apt packages only in 22.04+
# Can install Qt using aqtinstall on 20.04 - thus needs glibc>=2.31
- config_name: Linux 2.31+ - AppImage
target_os: linux
building_on_os: ubuntu-20.04
base_command: ./.github/autobuild/linux.sh
run_codeql: false
is_main_build_target: true
# # Qt6 requires Ubuntu 20.04+ for build, but apt packages only in 22.04+
# # Can install Qt using aqtinstall on 20.04 - thus needs glibc>=2.31
# - config_name: Linux 2.31+ - AppImage
# target_os: linux
# building_on_os: ubuntu-20.04
# base_command: ./.github/autobuild/linux.sh
# run_codeql: false
# is_main_build_target: true

# # Qt6 from apt - crossbuild for armhf eg rPi
# # Disable for now: likely no Qt6 on rPi anyway. AppImage preferable
Expand All @@ -210,43 +210,43 @@ jobs:
is_main_build_target: true
xcode_version: 14.0.1

- config_name: macOS 10.14+ legacy - dmg
target_os: macos
building_on_os: macos-11
base_command: QT_VERSION=6.4.2 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64" ./.github/autobuild/mac.sh
# Disable CodeQL on mac as it interferes with signing the binaries (signing hangs, see #2563 and #2564)
run_codeql: false
is_main_build_target: true
xcode_version: 13.2.1

# - config_name: macOS 10.10+ Legacy - dmg
# - config_name: macOS 10.14+ legacy - dmg
# target_os: macos
# building_on_os: macos-10.15
# base_command: QT_VERSION=5.9.9 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64" ./.github/autobuild/mac.sh
# # Enable CodeQL on mac legacy as this version does not get signed
# building_on_os: macos-11
# base_command: QT_VERSION=6.4.2 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64" ./.github/autobuild/mac.sh
# # Disable CodeQL on mac as it interferes with signing the binaries (signing hangs, see #2563 and #2564)
# run_codeql: false
# # For Qt5 on Mac, we need to ensure SDK 10.15 is used, and not SDK 11.x.
# # Xcode 12.1 is the most-recent release which still ships SDK 10.15:
# # https://developer.apple.com/support/xcode/
# # Xcode 12.1.1 is the most-recent 12.1.x release:
# # https://xcodereleases.com/
# xcode_version: 12.1.1
# is_main_build_target: true
# xcode_version: 13.2.1

# # - config_name: macOS 10.10+ Legacy - dmg
# # target_os: macos
# # building_on_os: macos-10.15
# # base_command: QT_VERSION=5.9.9 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64" ./.github/autobuild/mac.sh
# # # Enable CodeQL on mac legacy as this version does not get signed
# # run_codeql: false
# # # For Qt5 on Mac, we need to ensure SDK 10.15 is used, and not SDK 11.x.
# # # Xcode 12.1 is the most-recent release which still ships SDK 10.15:
# # # https://developer.apple.com/support/xcode/
# # # Xcode 12.1.1 is the most-recent 12.1.x release:
# # # https://xcodereleases.com/
# # xcode_version: 12.1.1
# # is_main_build_target: true

# - config_name: iOS 10.13 - AppStore
# target_os: ios
# building_on_os: macos-12
# base_command: QT_VERSION=6.4.2 SIGN_IF_POSSIBLE=1 ./.github/autobuild/ios.sh
# run_codeql: false
# is_main_build_target: true
# xcode_version: 14.0.1

- config_name: iOS 10.13 - AppStore
target_os: ios
building_on_os: macos-12
base_command: QT_VERSION=6.4.2 SIGN_IF_POSSIBLE=1 ./.github/autobuild/ios.sh
run_codeql: false
is_main_build_target: true
xcode_version: 14.0.1

- config_name: Windows 10+ - exe+msix
target_os: windows
building_on_os: windows-2022
base_command: powershell .\.github\autobuild\windows.ps1 -Stage
run_codeql: false
is_main_build_target: true
# - config_name: Windows 10+ - exe+msix
# target_os: windows
# building_on_os: windows-2022
# base_command: powershell .\.github\autobuild\windows.ps1 -Stage
# run_codeql: false
# is_main_build_target: true

# This injects the build_all_targets information into each matrix output:
build_all_targets:
Expand Down
2 changes: 1 addition & 1 deletion Koord.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.4.51
VERSION = 1.4.52
# use target name which does not use a capital letter at the beginning
contains(CONFIG, "noupcasename") {
message(The target name is koord instead of Koord.)
Expand Down

0 comments on commit 6ad084c

Please sign in to comment.