Skip to content

Commit

Permalink
Github actions experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanizag authored Feb 4, 2024
1 parent bec874b commit 3880bb1
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,9 @@ jobs:
name: Build and upload
runs-on: ${{ matrix.os }}
strategy:
#matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
# target: [x86_64-unknown-linux-gnu, x86_64-apple-darwin, x86_64-pc-windows-msvc]
matrix:
include:
- build: linux
os: ubuntu-latest
target: x86_64-unknown-linux-musl

- build: macos
os: macos-latest
target: x86_64-apple-darwin

- build: windows-gnu
os: windows-latest
target: x86_64-pc-windows-gnu
os: [ubuntu-latest, macos-latest, windows-latest]
target: [x86_64-unknown-linux-gnu, x86_64-apple-darwin, x86_64-pc-windows-msvc]

steps:
- name: Checkout
Expand Down

0 comments on commit 3880bb1

Please sign in to comment.