Skip to content

Commit

Permalink
ci: test multi target build
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx committed Feb 19, 2024
1 parent 4ebf974 commit 418b969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
toolchain: nightly-2024-01-11
default: true
target: ${{ matrix.build-target.target-triple }}
target: x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim
components: rust-std

- name: Run iOS build script
Expand Down
2 changes: 2 additions & 0 deletions scripts/ios/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ XCFRAME_ZIP_PATH=`echo "$OUTPUT_OF_BUILD" | cut -d ";" -f 2` || exit $?
echo "🚢 CHECKSUM: $CHECKSUM"
echo "🚢 XCFRAME_ZIP_PATH: $XCFRAME_ZIP_PATH"

exit 1 # TEMPORARY for testing

`git tag $NEXT_TAG`
echo "🚢 🏷️ 📡 Pushing tag: $(last_tag)"
`git push origin $NEXT_TAG`
Expand Down

0 comments on commit 418b969

Please sign in to comment.