Skip to content

Commit

Permalink
Temporarily only build Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed May 1, 2024
1 parent e6facfd commit a664f76
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 @@ -199,7 +199,7 @@ jobs:
building_on_os: ubuntu-20.04
base_command: ./.github/autobuild/android.sh
run_codeql: false
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 @@ -210,7 +210,7 @@ jobs:
building_container: ubuntu:20.04
base_command: ./.github/autobuild/linux_deb.sh
run_codeql: false
is_main_build_target: true
#is_main_build_target: true

- config_name: Linux .deb armhf (artifacts)
build_name: linux-armhf
Expand All @@ -237,7 +237,7 @@ jobs:
run_codeql: false
# Default Xcode which runs on macos-12:
xcode_version: 14.2.0
is_main_build_target: true
#is_main_build_target: true

# Reminder: If Legacy is removed, be sure to add a dedicated job for CodeQL again.
- config_name: MacOS Legacy (artifacts)
Expand All @@ -252,7 +252,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)
build_name: ios
Expand Down

0 comments on commit a664f76

Please sign in to comment.