From d604ed300ae9bd1d2bd4c9ba09105ca1f6b58e87 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sun, 3 Dec 2023 22:15:05 +0600 Subject: [PATCH] Fetch full repo right away --- .appveyor.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index dbc390fb0..3a81ab462 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,6 @@ image: - Visual Studio 2022 - Ubuntu2204 - macos-catalina -clone_depth: 1 for: - matrix: @@ -18,12 +17,11 @@ for: init: - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e - install: - - sh: git fetch --prune --unshallow # to fix the version dump issues - - sh: sudo add-apt-repository ppa:deadsnakes/ppa - - sh: sudo DEBIAN_FRONTEND=noninteractive apt -y update - - sh: sudo DEBIAN_FRONTEND=noninteractive apt -y install python3.11-dev libgtk-3-dev python3-pip libwebkit2gtk-4.0-dev + - sh: sudo add-apt-repository -y ppa:deadsnakes/ppa + - sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y update + - sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3.11 # Needed to build binary distribution of wx - - sh: sudo DEBIAN_FRONTEND=noninteractive apt -y install libnotify4 libsdl2-2.0-0 libfuse2 + # - sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libnotify4 libsdl2-2.0-0 libfuse2 before_build: - sh: mkdir build - sh: curl -o build/$APPIMAGE_TOOL -L https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage @@ -68,8 +66,6 @@ for: cache: - C:\users\appveyor\appdata\local\pip\cache\ -> requirements.txt install: - - cmd: git fetch --prune --unshallow # to fix the version dump issues - - ps: echo("OS version:") - ps: "[System.Environment]::OSVersion.Version" @@ -158,7 +154,6 @@ for: # - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e - - sh: source ~/venv3.11/bin/activate install: - - sh: git fetch --prune --unshallow # to fix the version dump issues - sh: bash scripts/osx-setup.sh build_script: - sh: bash scripts/osx-translations.sh