File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,16 @@ image: macos-monterey
8
8
9
9
environment :
10
10
XCODE_VERSION : 13.2.1
11
+ LINK_HASH : d03361f3e0752f244193faebbca7b5869524a1aa
11
12
12
13
install :
13
- - git clone https://github.com/Ableton/link.git --recursive $APPVEYOR_BUILD_FOLDER/../link
14
+ - git clone https://github.com/Ableton/link.git $APPVEYOR_BUILD_FOLDER/../link
15
+ - cd $APPVEYOR_BUILD_FOLDER/../link
16
+ - git checkout $LINK_HASH
17
+ - git submodule update --init --recursive
18
+ - cd $APPVEYOR_BUILD_FOLDER
14
19
- 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"
20
+ - echo "Link Hash $LINK_HASH"
16
21
- SELECTED_XCODE_VERSION=$(xcodebuild -version) && echo "Xcode Version $SELECTED_XCODE_VERSION"
17
22
18
23
build_script :
You can’t perform that action at this time.
0 commit comments