Skip to content

Commit

Permalink
Test building linux for the app in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Aug 15, 2021
1 parent 2b41a14 commit f9939c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:

build-mac:
runs-on: macos-10.15
strategy:
matrix:
scheme: [iSH, "iSH+Linux"]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -48,4 +51,4 @@ jobs:
brew install llvm ninja libarchive
pip3 install meson
- name: Build
run: xcodebuild -project iSH.xcodeproj -scheme iSH -sdk iphoneos CODE_SIGNING_ALLOWED=NO
run: xcodebuild -project iSH.xcodeproj -scheme ${{matrix.scheme}} -sdk iphoneos CODE_SIGNING_ALLOWED=NO

0 comments on commit f9939c4

Please sign in to comment.