We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d190953 commit 2112a6dCopy full SHA for 2112a6d
.github/workflows/BuildPR.yml
@@ -0,0 +1,19 @@
1
+name: PullRequest
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ build-objective-git:
7
+ name: Build objective-git
8
+ runs-on: macOS-latest
9
+ steps:
10
+ - name: Checkout
11
+ uses: actions/[email protected]
12
+ with:
13
+ fetch-depth: 0
14
+ submodules: true
15
+ - name: Set XCode Version
16
+ run: sudo xcode-select -s /Applications/Xcode_12.2.app
17
+ - name: Build project
18
+ run: set -o pipefail && xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" build | xcpretty
19
0 commit comments