We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96822e2 commit 2a94946Copy full SHA for 2a94946
.github/workflows/test_only.yml
@@ -34,10 +34,21 @@ jobs:
34
bundle exec pod update --verbose
35
bundle exec pod install --verbose
36
37
- - name: xcodebuild
38
- uses: sersoft-gmbh/xcodebuild-action@v1.4
+ # - name: Build
+ # 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
48
with:
- project: SelfControl.xcodeproj
- scheme: SelfControl
- destination: platform=macOS
49
+ xcode: ^12
50
+ platform: macOS
51
action: build
52
+ code-coverage: false
53
+ warnings-as-errors: false
54
+ configuration: release
0 commit comments