File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : PullRequest
2
2
3
- on : [ pull_request ]
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
4
8
5
9
jobs :
6
10
build-objective-git :
9
13
strategy :
10
14
fail-fast : false
11
15
matrix :
12
- xcode : [ Xcode_12.4 , Xcode_13.2.1 ]
16
+ xcode : [ Xcode_14.2 , Xcode_13.4 ]
13
17
steps :
14
18
- name : ls Xcode
15
19
run : ls -la /Applications/Xcode*
20
24
submodules : true
21
25
- name : Set XCode Version
22
26
run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
27
+ - name : Show openssl version
28
+ run : |
29
+ openssl version
23
30
- name : pre build
24
31
run : script/bootstrap && script/update_libgit2
32
+ - name : Show openssl version
33
+ run : |
34
+ openssl version
25
35
- name : Test and archive project
26
36
run : xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test archive ARCHS="x86_64"
You can’t perform that action at this time.
0 commit comments