File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 66
66
67
67
- name : 📦 Package Vexil
68
68
run : cd Vexil && ../.build/release/swift-create-xcframework --zip --zip-version 1.2.2 --platform ios --platform macos --platform tvos --platform watchos
69
-
70
- tests-xcode-macos10_15 :
71
- name : Test Builds - macOS 10.15
72
- runs-on : macos-10.15
73
- strategy :
74
- matrix :
75
- xcode : [ "12.2", "12.3", "12.4" ]
76
-
77
- env :
78
- DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
79
-
80
- steps :
81
- - name : 🛒 Checkout
82
- uses : actions/checkout@v2
83
-
84
- - name : 🧱 Build
85
- run : make build-release
86
-
87
- - name : 🚩 Checkout Vexil
88
- uses : actions/checkout@v2
89
- with :
90
- repository : unsignedapps/Vexil
91
- ref : v1.2.2
92
- path : Vexil
93
-
94
- - name : 📦 Package Vexil
95
- run : cd Vexil && ../.build/release/swift-create-xcframework --zip --zip-version 1.2.2 --platform ios --platform macos --platform tvos --platform watchos
You can’t perform that action at this time.
0 commit comments