Skip to content

Commit 1b21fe7

Browse files
committed
Build LinkKit release on AppVeyor
1 parent 938f6e3 commit 1b21fe7

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.appveyor.yml

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

Comments
 (0)