Skip to content

Commit

Permalink
Release test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles committed Apr 7, 2024
1 parent 6b66ba2 commit 32e620c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 24 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,31 @@ jobs:
artifact: libsqore.so
type: debug

# temporarily disabling other platforms to speed iterations

# # Debug mac
# - target: x86_64-apple-darwin
# artifact: libsqore.dylib
# 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
# 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 mac
- target: x86_64-apple-darwin
artifact: libsqore.dylib
type: release

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

steps:
- name: Checkout
Expand Down Expand Up @@ -116,7 +115,7 @@ jobs:
with:
use-cross: false
command: doc
args: --verbose --no-deps --target-dir addons/sqore/
args: --verbose --no-deps --target-dir .

- name: download debug files
uses: actions/[email protected]
Expand Down Expand Up @@ -145,6 +144,7 @@ jobs:
cp sqore.gdextension addons/sqore/sqore.gdextension
cp -r scenes addons/sqore/scenes/
cp -r assets addons/sqore/assets/
cp -r docs addons/sqore/docs/
zip -r -q sqore_release addons
ls -1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Rust Build and Test](https://github.com/QueenOfSquiggles/Squiggles-Core/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/QueenOfSquiggles/Squiggles-Core/actions/workflows/rust.yml)
[![Deploy](https://github.com/QueenOfSquiggles/Sqore/actions/workflows/deploy.yml/badge.svg)](https://github.com/QueenOfSquiggles/Sqore/actions/workflows/deploy.yml)

# Sqore (formerly Squiggles-Core)
An opinionated utility library for making 3D games in Godot 4.2 written in rust.
Expand Down
6 changes: 0 additions & 6 deletions testfor.sh

This file was deleted.

0 comments on commit 32e620c

Please sign in to comment.