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

test appveyor

This commit is contained in:
Kyle Spearrin 2019-03-08 00:14:38 -05:00
parent 9895306974
commit 15bdfa3d04

View File

@ -8,6 +8,10 @@ services:
stack: node 10 stack: node 10
install: install:
- sh: npm i -g gulp - sh: npm i -g gulp
- cmd: REM choco install cloc --no-progress
- cmd: "REM cloc --include-lang C#,SQL,Razor,\"Bourne Shell\",PowerShell,HTML,CSS,Sass,JavaScript,TypeScript --vcs git"
before_build:
- cmd: msbuild /t:restore
build_script: build_script:
- sh: chmod +x ./build.sh - sh: chmod +x ./build.sh
- sh: ./build.sh - sh: ./build.sh