From 88f932172b92e656f7ed9c09ea066eb6874b48f2 Mon Sep 17 00:00:00 2001 From: Guillaume Rose Date: Wed, 17 Jul 2019 10:12:27 +0200 Subject: [PATCH] Remove old appveyor configuration Signed-off-by: Guillaume Rose --- appveyor.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 04eadb0..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,24 +0,0 @@ -image: Visual Studio 2015 -environment: - GOPATH: c:\gopath - -stack: go 1.8.7 - -clone_folder: c:\gopath\src\github.com\docker\docker-credential-helpers -clone_depth: 10 - -before_build: - - set PATH=%PATH%;C:\MinGW\bin; - -build_script: - - mingw32-make vet_win wincred - -test_script: - - mingw32-make test - -deploy: off - -artifacts: - - path: bin/docker-credential-wincred.exe - -configuration: Release