Fetch full repo right away
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user