Skip to content

Commit

Permalink
Add build CI
Browse files Browse the repository at this point in the history
maybe

debug

Debug

lets not use a funny bundle id
  • Loading branch information
asdfugil committed Sep 8, 2021
1 parent 13ef77e commit 6633a2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build
on:
workflow_dispatch:
push:
branches: [ amfid2 ]

jobs:
build:
Expand All @@ -10,8 +12,8 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: |
xcodebuild clean build ONLY_ACTIVE_ARCH=NO PRODUCT_BUNDLE_IDENTIFIER='com.OdysseyTeam.Taurine' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO" -sdk iphoneos -scheme Manticore -configuration Release -derivedDataPath build
ln -sf build/Build/Products/Release-iphoneos Payload
xcodebuild clean build ONLY_ACTIVE_ARCH=NO PRODUCT_BUNDLE_IDENTIFIER='org.projectmanticore.manticore' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO" -sdk iphoneos -scheme manticore -configuration Debug -derivedDataPath build
ln -sf build/Build/Products/Debug-iphoneos Payload
rm -rf Payload/Manticore.app/Frameworks
zip -r9 Manticore.ipa Payload/Manticore.app
Expand Down

0 comments on commit 6633a2a

Please sign in to comment.