1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/appveyor.yml

16 lines
284 B
YAML
Raw Normal View History

2019-03-08 05:21:58 +01:00
image:
- Visual Studio 2017
- Ubuntu1804
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
services:
- docker
2019-03-08 05:46:06 +01:00
stack: node 10
2019-03-08 05:37:34 +01:00
install:
- sh: npm i -g gulp
2019-03-08 05:21:58 +01:00
build_script:
2019-03-08 05:37:34 +01:00
- sh: chmod +x ./build.sh
- sh: ./build.sh
- sh: ./build.sh tag dev
- sh: docker images
# - sh: ./build.sh push dev