Skip to content

Commit 2c80c43

Browse files
committed
Tag the Link commit hash on AppVeyor to make the builds reproducible
1 parent 6cf2dbb commit 2c80c43

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.appveyor.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ image: macos-monterey
88

99
environment:
1010
XCODE_VERSION: 13.2.1
11+
LINK_HASH: d03361f3e0752f244193faebbca7b5869524a1aa
1112

1213
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
1419
- 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"
1621
- SELECTED_XCODE_VERSION=$(xcodebuild -version) && echo "Xcode Version $SELECTED_XCODE_VERSION"
1722

1823
build_script:

0 commit comments

Comments
 (0)