1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

appveyor yml

This commit is contained in:
Kyle Spearrin 2019-03-07 23:21:58 -05:00
parent 605efeb6d6
commit db58add329
2 changed files with 10 additions and 0 deletions

9
appveyor.yml Normal file
View File

@ -0,0 +1,9 @@
image:
- Visual Studio 2017
- Ubuntu1804
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
services:
- docker
build_script:
- sh: ./build.sh

View File

@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
build.sh = build.sh
LICENSE.txt = LICENSE.txt