Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ jobs:
- name: Set Xcode version
run: sudo xcode-select -s /Applications/Xcode_16.4.app

- name: Install Mise and Tuist
run: |
curl -fsSL https://mise.jdx.dev/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"
mise install tuist
mise use -g tuist
- name: Install Tuist
run: brew install tuist

- name: Generate xcconfig
run: |
Expand All @@ -32,9 +28,8 @@ jobs:

- name: Generate Xcode project with Tuist
run: |
export PATH="$HOME/.local/bin:$PATH"
mise exec -- tuist install
mise exec -- tuist generate --no-open
tuist install
tuist generate --no-open

- name: Build with xcodebuild
run: |
Expand All @@ -43,6 +38,5 @@ jobs:
-workspace Bitnagil.xcworkspace \
-scheme App \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.4' \
clean build | xcpretty

-destination 'generic/platform=iOS Simulator' \
clean build