Browse Source

AppVeyor: use proper way to resolve project path

APPVEYOR_PROJECT_SLUG point to project path properly, when
repo is cloned, deleted and cloned again
pull/196/head
Ilya Shipitsin 7 years ago
parent
commit
e76c69ac81
  1. 2
      .appveyor.yml

2
.appveyor.yml

@ -13,7 +13,7 @@ environment:
build_script: build_script:
- "%CYGWIN%\\setup-%ARCH%.exe -g -q -P mingw64-i686-openssl,mingw64-x86_64-openssl,cygwin-devel" - "%CYGWIN%\\setup-%ARCH%.exe -g -q -P mingw64-i686-openssl,mingw64-x86_64-openssl,cygwin-devel"
- "%CYGWIN%\\bin\\bash -lc 'set -eux; cd /cygdrive/c/projects/%APPVEYOR_PROJECT_NAME%; autoreconf -iv; ./configure --prefix=/ --libdir=/lib --host=$CHOST --build=i686-pc-cygwin --program-prefix=\'\'; make'" - "%CYGWIN%\\bin\\bash -lc 'set -eux; cd /cygdrive/c/projects/%APPVEYOR_PROJECT_SLUG%; autoreconf -iv; ./configure --prefix=/ --libdir=/lib --host=$CHOST --build=i686-pc-cygwin --program-prefix=\'\'; make'"
artifacts: artifacts:
- path: openvpn-gui.exe - path: openvpn-gui.exe

Loading…
Cancel
Save