Skip to content

Commit

Permalink
Only build mac while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Jun 7, 2024
1 parent ace23da commit d2a8de0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
building_on_os: ubuntu-20.04
base_command: ./.github/autobuild/android.sh
run_codeql: true
is_main_build_target: true
#is_main_build_target: true
# Jamulus.pro needs to count git history length for android versioning:
checkout_fetch_depth: '0'

Expand All @@ -208,7 +208,7 @@ jobs:
building_container: ubuntu:20.04
base_command: ./.github/autobuild/linux_deb.sh
run_codeql: true
is_main_build_target: true
#is_main_build_target: true

- config_name: Linux .deb armhf (artifacts)
target_os: linux
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
# https://developer.apple.com/support/xcode/
# https://xcodereleases.com/
xcode_version: 14.2.0
is_main_build_target: true
#is_main_build_target: true

- config_name: iOS (artifacts)
target_os: ios
Expand All @@ -265,7 +265,7 @@ jobs:
building_on_os: windows-2022
base_command: powershell .\.github\autobuild\windows.ps1 -Stage
run_codeql: true
is_main_build_target: true
#is_main_build_target: true

- config_name: Windows JACK (artifact)
target_os: windows
Expand Down

0 comments on commit d2a8de0

Please sign in to comment.