From 0c04efef91a022c99613cbb9b245f4855a4175c5 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 17 Mar 2017 22:14:07 +0300 Subject: [PATCH] and one more... --- appveyor.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 741b646b..dc6aa6e2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,13 +31,10 @@ install: ) build_script: - cmd: >- - cd \projects\i2pd - - echo "bitness=%bitness%; type=%type%; variant=%variant%" - - C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES" - - 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe + cd \projects\i2pd + echo "bitness=%bitness%; type=%type%; variant=%variant%" + C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES" + 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe test: off artifacts: - path: i2pd-mingw-win64.zip