Skip to content

Commit 2a94946

Browse files
committed
Github Actions
1 parent 96822e2 commit 2a94946

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.github/workflows/test_only.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,21 @@ jobs:
3434
bundle exec pod update --verbose
3535
bundle exec pod install --verbose
3636
37-
- name: xcodebuild
38-
uses: sersoft-gmbh/xcodebuild-action@v1.4
37+
# - name: Build
38+
# uses: sersoft-gmbh/xcodebuild-action@v1.4
39+
# with:
40+
# project: SelfControl.xcodeproj
41+
# scheme: SelfControl
42+
# destination: platform=macOS
43+
# action: build
44+
45+
# https://github.com/mxcl/xcodebuild
46+
- name: Build
47+
uses: mxcl/xcodebuild@v1
3948
with:
40-
project: SelfControl.xcodeproj
41-
scheme: SelfControl
42-
destination: platform=macOS
49+
xcode: ^12
50+
platform: macOS
4351
action: build
52+
code-coverage: false
53+
warnings-as-errors: false
54+
configuration: release

0 commit comments

Comments
 (0)