summaryrefslogtreecommitdiff
path: root/vendor/github.com/oschwald/maxminddb-golang/appveyor.yml
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2021-01-25 17:56:26 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-02-25 21:34:10 +0100
commit0b50eca211bda4d0c1cb28973126f0269288bb71 (patch)
tree09d374ade952a2366292ec6d8ab8b174b0581a2c /vendor/github.com/oschwald/maxminddb-golang/appveyor.yml
parentec03343a76291f10fd2216ef74addff98b9701f9 (diff)
Use go modules & and devendorize
spring clean for menshen!
Diffstat (limited to 'vendor/github.com/oschwald/maxminddb-golang/appveyor.yml')
-rw-r--r--vendor/github.com/oschwald/maxminddb-golang/appveyor.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/oschwald/maxminddb-golang/appveyor.yml b/vendor/github.com/oschwald/maxminddb-golang/appveyor.yml
deleted file mode 100644
index e2bb9dd..0000000
--- a/vendor/github.com/oschwald/maxminddb-golang/appveyor.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-version: "{build}"
-
-os: Windows Server 2012 R2
-
-clone_folder: c:\gopath\src\github.com\oschwald\maxminddb-golang
-
-environment:
- GOPATH: c:\gopath
-
-install:
- - echo %PATH%
- - echo %GOPATH%
- - git submodule update --init --recursive
- - go version
- - go env
- - go get -v -t ./...
-
-build_script:
- - go test -v ./...