Skip to content

Commit

Permalink
gone + only compile Chrissa for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Luki120 committed Apr 14, 2024
1 parent f67cfa5 commit ea148c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ jobs:
- name: Build
run: |
brew install make ldid
echo 'let _apiKey = ${{ secrets.API_KEY }}' > ${{ github.workspace }}/Sources/Utilities/_Constants.swift
THEOS=theos gmake clean package TARGET="iphone:clang:16.5:14.0" THEOS_PACKAGE_SCHEME=rootless
export THEOS="$(pwd)/theos"
for PROJECT in Examples/ObjC/ Examples/Swift/ Examples/SwiftUI/ ; do
gmake -C "${PROJECT}" clean package TARGET="iphone:clang:16.5:14.0" FINALPACKAGE=1 THEOS_PACKAGE_DIR_NAME="../../packages" THEOS_PACKAGE_SCHEME=rootless
done
# export THEOS="$(pwd)/theos"
# for PROJECT in Examples/ObjC/ Examples/Swift/ Examples/SwiftUI/ ; do
# gmake -C "${PROJECT}" clean package TARGET="iphone:clang:16.5:14.0" FINALPACKAGE=1 THEOS_PACKAGE_DIR_NAME="../../packages" THEOS_PACKAGE_SCHEME=rootless
# done

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ea148c2

Please sign in to comment.