From 30ba233d5cc14f072d3d640d36ce8d94cc7b7c99 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 29 Jan 2024 18:42:12 +0100 Subject: [PATCH] app the veyor --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e4e2d072..d1ea6067 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,9 @@ cache: clone_script: - cmd: git config --global core.autocrlf true + +- cmd: git config core.symlinks true + - ps: >- if(-not $env:APPVEYOR_PULL_REQUEST_NUMBER) { git clone -q --branch=$env:APPVEYOR_REPO_BRANCH https://github.com/$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER @@ -36,6 +39,8 @@ clone_script: } - cmd: git submodule update --init --recursive +- cmd: git reset --hard + build_script: # TODO: Extract the zip by removing the top level folder to remove the hardcoded path for GRAALVM_HOME - cmd: >-