mirror of
https://github.com/bitwarden/server.git
synced 2025-05-29 23:34:53 -05:00
no rem
This commit is contained in:
parent
15bdfa3d04
commit
7f0a031392
@ -6,10 +6,11 @@ environment:
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
stack: node 10
|
stack: node 10
|
||||||
|
configuration: Release
|
||||||
install:
|
install:
|
||||||
- sh: npm i -g gulp
|
- sh: npm i -g gulp
|
||||||
- cmd: REM choco install cloc --no-progress
|
- cmd: choco install cloc --no-progress
|
||||||
- cmd: "REM cloc --include-lang C#,SQL,Razor,\"Bourne Shell\",PowerShell,HTML,CSS,Sass,JavaScript,TypeScript --vcs git"
|
- cmd: "cloc --include-lang C#,SQL,Razor,\"Bourne Shell\",PowerShell,HTML,CSS,Sass,JavaScript,TypeScript --vcs git"
|
||||||
before_build:
|
before_build:
|
||||||
- cmd: msbuild /t:restore
|
- cmd: msbuild /t:restore
|
||||||
build_script:
|
build_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user