mirror of
https://github.com/bitwarden/server.git
synced 2025-01-25 22:21:38 +01:00
test
This commit is contained in:
parent
ef477bed8e
commit
51e9ba96cb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user