Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-05-27 17:48:24 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-05-27 17:48:32 +0300
commit17b9e7acc63fc5bb8d43131a9ebc4b57171f873f (patch)
tree54ab331a748d6c557b6c997b1eea4891ed26bdf7 /.ci
parent8986cb0cfa9995c18f14e1b48a650b7bb47bc005 (diff)
ci: Appveyor: Grab more commits on clone
Otherwise we only can start builds for the last commit
Diffstat (limited to '.ci')
-rw-r--r--.ci/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml
index 6d53be0e1..34bf84914 100644
--- a/.ci/appveyor.yml
+++ b/.ci/appveyor.yml
@@ -6,7 +6,7 @@ environment:
MSYSTEM: MINGW64
ARCH: "64bit"
-clone_depth: 1
+clone_depth: 10
# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))