Add appveyor config for windows builds

This commit is contained in:
Thomas Boerger
2017-10-02 13:08:14 +02:00
parent 4d38a477e9
commit 1cceb2e433
2 changed files with 40 additions and 3 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
FROM microsoft/nanoserver:latest
FROM microsoft/nanoserver:10.0.14393.1593
MAINTAINER Drone.IO Community <drone-dev@googlegroups.com>
LABEL org.label-schema.version=latest
@@ -7,5 +7,5 @@ LABEL org.label-schema.name="Drone Webhook"
LABEL org.label-schema.vendor="Drone.IO Community"
LABEL org.label-schema.schema-version="1.0"
ADD release/windows/amd64/drone-webhook /bin/
ENTRYPOINT [ "/bin/drone-webhook" ]
ADD drone-webhook.exe /drone-webhook.exe
ENTRYPOINT [ "\\drone-webhook.exe" ]