There was an error while loading. Please reload this page.
1 parent 938f6e3 commit 1b21fe7Copy full SHA for 1b21fe7
1 file changed
.appveyor.yml
@@ -0,0 +1,23 @@
1
+clone_depth: 50
2
+
3
+branches:
4
+ only:
5
+ - master
6
7
+image: macos-bigsur
8
9
+environment:
10
+ XCODE_VERSION: 13
11
12
+install:
13
+ - git clone https://github.com/Ableton/link.git --recursive $APPVEYOR_BUILD_FOLDER/../link
14
+ - sudo xcode-select -s /Applications/Xcode-$XCODE_VERSION.app
15
+ - LINK_HASH=$(git -C $APPVEYOR_BUILD_FOLDER/../link rev-parse HEAD) && echo "Link Hash $LINK_HASH"
16
+ - SELECTED_XCODE_VERSION=$(xcodebuild -version) && echo "Xcode Version $SELECTED_XCODE_VERSION"
17
18
+build_script:
19
+ - make link_dir=../link
20
21
+artifacts:
22
+ - path: build/output/LinkKit.zip
23
+ name: LinkKit.zip
0 commit comments