summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-05 23:00:42 +0100
committerw0rp <devw0rp@gmail.com>2017-09-05 23:00:42 +0100
commit22a0cd6e05bc982a84e807e98e1ec4ede59cfd06 (patch)
tree7319520030c13a22a88b048cd2e1ab691947f3ca /.appveyor.yml
parenta21a75c19e7f3e9700a6ba1358686c4d91af6a99 (diff)
downloadale-22a0cd6e05bc982a84e807e98e1ec4ede59cfd06.zip
Try and get appveyor to clone the repo by using a clone depth
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 46112807..634aa8bd 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,5 +12,7 @@ init:
- 'nmake -f Make_mvc.mak CPU=AMD64 OLE=no GUI=no IME=yes MBYTE=yes
ICONV=yes DEBUG=no FEATURES=NORMAL'
+clone_depth: 10
+
test_script:
- echo hello world