Skip to content

Commit

Permalink
test all platform back
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Fievet committed Jun 18, 2024
1 parent 32e3967 commit 45a999b
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ jobs:
matrix:
runner:
- ubuntu-latest
# - macos-latest
# - windows-latest
- macos-latest
- windows-latest
include:
- runner: ubuntu-latest
# we use this platform string to make our download artifacts unique for the same version across platforms
platform: 'linux'
# - runner: windows-latest
# # we use this platform string to make our download artifacts unique for the same version across platforms
# platform: 'win'
# - runner: macos-latest
# # we use this platform string to make our download artifacts unique for the same version across platforms
# platform: 'mac'
- runner: windows-latest
# we use this platform string to make our download artifacts unique for the same version across platforms
platform: 'win'
- runner: macos-latest
# we use this platform string to make our download artifacts unique for the same version across platforms
platform: 'mac'
steps:
- name: "Checkout repository"
# https://github.com/actions/checkout
Expand Down Expand Up @@ -98,19 +98,19 @@ jobs:
matrix:
platform:
- linux
# - mac
# - win
- mac
- win
include:
- platform: 'linux'
# These wrappers come from BOINC and should be watched for newer versions: https://boinc.berkeley.edu/dl/?C=M;O=D
wrapper: 'wrapper_26002_x86_64-pc-linux-gnu'
boinc_platform: 'x86_64-pc-linux-gnu'
# - platform: 'win'
# wrapper: 'wrapper_26016_windows_x86_64'
# boinc_platform: 'windows_x86_64'
# - platform: 'mac'
# wrapper: 'wrapper_26017_universal-apple-darwin'
# boinc_platform: 'arm64-apple-darwin'
- platform: 'win'
wrapper: 'wrapper_26016_windows_x86_64'
boinc_platform: 'windows_x86_64'
- platform: 'mac'
wrapper: 'wrapper_26017_universal-apple-darwin'
boinc_platform: 'arm64-apple-darwin'

cleanup:
needs: [bundle-and-deploy]
Expand All @@ -122,6 +122,6 @@ jobs:
version
freeze_config.py
linux
# mac
# win
mac
win
failOnError: false

0 comments on commit 45a999b

Please sign in to comment.