mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Publish artifacts
This commit is contained in:
@@ -2,6 +2,10 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
language: go
|
language: go
|
||||||
|
addons:
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- maputnik
|
||||||
install:
|
install:
|
||||||
- go get github.com/fsnotify/fsnotify
|
- go get github.com/fsnotify/fsnotify
|
||||||
- go get github.com/gorilla/handlers
|
- go get github.com/gorilla/handlers
|
||||||
|
|||||||
@@ -31,6 +31,9 @@ build_script:
|
|||||||
- gofmt -s -l .
|
- gofmt -s -l .
|
||||||
- C:\MinGW\bin\mingw32-make.exe
|
- C:\MinGW\bin\mingw32-make.exe
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: maputnik
|
||||||
|
|
||||||
# to disable automatic tests
|
# to disable automatic tests
|
||||||
test: off
|
test: off
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user