Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles authored Apr 7, 2024
1 parent 634af72 commit 12ba03c
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,33 @@ jobs:
- target: x86_64-unknown-linux-gnu
artifact: libsqore.so
type: debug

# Debug mac
- target: x86_64-apple-darwin
artifact: libsqore.dylib
type: debug

# Debug Windows
- target: x86_64-pc-windows-gnu
artifact: sqore.dll
type: debug

# Release linux
- target: x86_64-unknown-linux-gnu
artifact: libsqore.so
type: release

# Release mac
- target: x86_64-apple-darwin
artifact: libsqore.dylib
type: release

# Release windows
- target: x86_64-pc-windows-gnu
artifact: sqore.dll
type: release

# temporarily disabling other platforms to speed iterations

# # Debug mac
# - target: x86_64-apple-darwin
# artifact: libsqore.dylib
# type: debug

# # Debug Windows
# - target: x86_64-pc-windows-gnu
# artifact: sqore.dll
# type: debug

# # Release linux
# - target: x86_64-unknown-linux-gnu
# artifact: libsqore.so
# type: release

# # Release mac
# - target: x86_64-apple-darwin
# artifact: libsqore.dylib
# type: release

# # Release windows
# - target: x86_64-pc-windows-gnu
# artifact: sqore.dll
# type: release

steps:
- name: Checkout
Expand Down

0 comments on commit 12ba03c

Please sign in to comment.