Skip to content

Commit

Permalink
Merge pull request #700 from madsmtm/ci-full
Browse files Browse the repository at this point in the history
New versions `objc2 v0.6.0`, `block2 v0.6.0`, `dispatch2 v0.2.0` and framework crates `v0.3.0`.
  • Loading branch information
madsmtm authored Jan 22, 2025
2 parents 19ec1c4 + 5e6f1af commit 8d214f5
Show file tree
Hide file tree
Showing 252 changed files with 930 additions and 895 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,9 @@ jobs:
- name: Test static class and selectors
if: ${{ matrix.frameworks == 'MACOS_15' }}
run: >-
cargo test $ARGS $PUBLIC_CRATES -ptests -pobjc2-foundation
cargo test $ARGS -ptests -pobjc2-foundation
--no-default-features
--features=unstable-static-sel,unstable-static-class,unstable-static-nsstring
--features=objc2/unstable-static-sel,objc2/unstable-static-class,unstable-static-nsstring
--features=std,NSString
test-ios:
Expand Down
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ Copy and fill out the following checklist into the release PR:
- `objc2-encode`
- `objc2`
- `block2`
- `dispatch2`
- Framework crates
- Local tests have been run (see `helper-scripts/test-local.fish`):
- [ ] macOS 10.14.6 32bit
- [ ] iOS 9.3.6, 1st generation iPad Mini
- [ ] Tests have been run on macOS 10.12.
- [ ] Tests have been run on macOS 10.12 32bit.

Post merge:
- [ ] A tag is created on the merge commit for each new version.
- [ ] Run `cargo release`.
- [ ] Create a tag on the merge commit for each new version.
```
Loading

0 comments on commit 8d214f5

Please sign in to comment.