Skip to content

Commit 828cc7e

Browse files
committed
Github CI
Update CI names Change CI build target
1 parent 249b64c commit 828cc7e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/BuildPR.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)