mirror of
https://github.com/bitwarden/server.git
synced 2025-04-13 17:18:14 -05:00
test appveyor
This commit is contained in:
parent
ef6cecab4a
commit
cb39f5dc74
@ -5,5 +5,11 @@ environment:
|
|||||||
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
install:
|
||||||
|
- sh: npm i -g gulp
|
||||||
build_script:
|
build_script:
|
||||||
- sh: chmod +x ./build.sh && ./build.sh
|
- sh: chmod +x ./build.sh
|
||||||
|
- sh: ./build.sh
|
||||||
|
- sh: ./build.sh tag dev
|
||||||
|
- sh: docker images
|
||||||
|
# - sh: ./build.sh push dev
|
Loading…
x
Reference in New Issue
Block a user