Publish artifacts

This commit is contained in:
Lukas Martinelli
2017-01-01 16:16:18 +01:00
parent 5e3156ab21
commit 10136c07db
2 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,10 @@ os:
- linux
- osx
language: go
addons:
artifacts:
paths:
- maputnik
install:
- go get github.com/fsnotify/fsnotify
- go get github.com/gorilla/handlers

View File

@@ -31,6 +31,9 @@ build_script:
- gofmt -s -l .
- C:\MinGW\bin\mingw32-make.exe
artifacts:
- path: maputnik
# to disable automatic tests
test: off