mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
travis: Build Elm UI during deploy
This commit is contained in:
@@ -23,7 +23,14 @@ jobs:
|
|||||||
- "elm-format --validate ."
|
- "elm-format --validate ."
|
||||||
- "npm run build"
|
- "npm run build"
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
install: "true"
|
go: "1.11.x"
|
||||||
|
before_install:
|
||||||
|
- "nvm install 10.13.0"
|
||||||
|
install:
|
||||||
|
- "cd ui"
|
||||||
|
- "npm ci"
|
||||||
|
- "npm run build"
|
||||||
|
- "cd .."
|
||||||
script: "curl -sL https://git.io/goreleaser | bash"
|
script: "curl -sL https://git.io/goreleaser | bash"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|||||||
Reference in New Issue
Block a user