Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Apr 4, 2024
1 parent 21d4d08 commit a8fdbfe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
on:
push:

jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
submodules: true
show-progress: false
- run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer
- run: cargo install cargo-lipo
- run: set -o pipefail && xcodebuild -workspace deltachat-ios.xcworkspace -scheme deltachat-ios -destination "platform=iOS Simulator,name=iPhone SE (3rd generation)" | xcbeautify --renderer github-actions

0 comments on commit a8fdbfe

Please sign in to comment.