Przeglądaj źródła

Added Appveyor File

Yoginth 7 lat temu
rodzic
commit
5cd1dca0ab
1 zmienionych plików z 20 dodań i 0 usunięć
  1. 20 0
      appveyor.yml

+ 20 - 0
appveyor.yml

@@ -0,0 +1,20 @@
+version: "{build}"
+skip_tags: true
+clone_folder: c:\gopath\src\gitote\gitote\gitote
+clone_depth: 1
+
+environment:
+  GOPATH: c:\gopath
+  GOVERSION: 1.7
+
+build: false
+deploy: false
+
+install:
+  - go build -v
+
+notifications:
+  - provider: Email
+    to:
+      - yoginth@protonmail.com
+    on_build_success: false