Fix build config

This commit is contained in:
Tyler 2018-07-31 21:24:27 -04:00
parent c337be1ce0
commit 2fb68ce8cf
1 changed files with 37 additions and 31 deletions

View File

@ -1,11 +1,17 @@
stages:
- build
- build-docker
- build
- build-docker
build-static:
image: mhart/alpine-node:latest
stage: build
script:
- npm install -g @vue/cli
- cd joker
- npm run build
artifacts:
paths:
- joker/dist
build-windows-amd64:
image: golang:alpine