1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-25 22:21:38 +01:00
This commit is contained in:
Kyle Spearrin 2019-03-08 09:06:04 -05:00
parent ef477bed8e
commit 51e9ba96cb

View File

@ -1,5 +1,5 @@
image:
- Visual Studio 2017
#- Visual Studio 2017
- Ubuntu1804
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
@ -8,6 +8,7 @@ services:
stack: node 10
install:
- sh: npm i -g gulp
- sh: echo "$TEST_VAR"
- sh: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- cmd: choco install cloc --no-progress
- cmd: "cloc --include-lang C#,SQL,Razor,\"Bourne Shell\",PowerShell,HTML,CSS,Sass,JavaScript,TypeScript --vcs git"