Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools refactoring #238

Merged
merged 23 commits into from
Apr 1, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4bee5ef
Rewrite pdtool (#231)
boozook Mar 30, 2024
5519ee1
fix ctrl const: remove `#[const_trait]`
boozook Mar 31, 2024
e8e434c
Merge pull request #232 from boozook/api/fix-ctrl-const
boozook Mar 31, 2024
e536a57
fix readme, add cargo-playdate to CI dev builds
boozook Mar 31, 2024
128b9fa
Report success if SDK has been found
eirnym Mar 31, 2024
4ad69a5
Merge pull request #234 from eirnym/sdk-search-success
boozook Apr 1, 2024
d8429a1
various small improvements
boozook Apr 1, 2024
4a7a1e6
hot-fix for "missed cargo products", `PackageId` format breaking chan…
boozook Apr 1, 2024
16ebf30
add third format support (with missed crate name) for
boozook Apr 1, 2024
333abf4
bump `cargo-playdate` version
boozook Apr 1, 2024
bd6f4bf
Merge branch 'main' into dev/refactoring/tools
boozook Apr 1, 2024
040782d
CI: install linux deps for tools
boozook Apr 1, 2024
c2a0b09
change `cargo-playdate` version
boozook Apr 1, 2024
8295555
CI: tests on gh- aarm64 mac
boozook Apr 1, 2024
597dc0c
Use XDG paths to search for Playdate SDK
eirnym Apr 1, 2024
1180661
CI: more tests on gh- aarm64
boozook Apr 1, 2024
aaf30a9
Merge pull request #240 from eirnym/xdg-config-search
boozook Apr 1, 2024
ac9075f
bump build-utils and bindgen,
boozook Apr 1, 2024
e2af8af
CI: enable build-utils tests on windows
boozook Apr 1, 2024
5ca6f05
Remove windows deps that previously was, but unnecessary now
boozook Apr 1, 2024
85ebd13
Check Windows registry for SDK path
eirnym Apr 1, 2024
a9aad8c
CI: disable tests on codemagic-CI because aarch64 existing on GH.
boozook Apr 1, 2024
c5977be
Merge pull request #241 from eirnym/registry-windows
boozook Apr 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: tests on gh- aarm64 mac
boozook committed Apr 1, 2024
commit 82955558f24d90fcc635be4a941cf063b551d5f2
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-14
- macos-latest
- ubuntu-latest
# - windows-latest
@@ -55,6 +56,7 @@ jobs:
- 2.4.0

steps:
- run: arch
- uses: actions/checkout@v4

- name: Cache