mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
appveyor yml
This commit is contained in:
parent
605efeb6d6
commit
db58add329
9
appveyor.yml
Normal file
9
appveyor.yml
Normal file
@ -0,0 +1,9 @@
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
- Ubuntu1804
|
||||
environment:
|
||||
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
||||
services:
|
||||
- docker
|
||||
build_script:
|
||||
- sh: ./build.sh
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user