Преглед на файлове

Updated AppVeyor CI script.

Branimir Karadžić преди 8 години
родител
ревизия
da332df73b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .appveyor.yml

+ 2 - 2
.appveyor.yml

@@ -13,8 +13,8 @@ configuration:
   - Release
   - Release
 
 
 install:
 install:
-  - git clone https://github.com/bkaradzic/bx ..\bx
-  - git clone https://github.com/bkaradzic/bimg ..\bimg
+  - git clone --depth 1 https://github.com/bkaradzic/bx ..\bx
+  - git clone --depth 1 https://github.com/bkaradzic/bimg ..\bimg
   - ..\bx\tools\bin\windows\genie --with-tools %TOOLSET%
   - ..\bx\tools\bin\windows\genie --with-tools %TOOLSET%
 
 
 build:
 build: