mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00:00
10 lines
165 B
YAML
10 lines
165 B
YAML
image:
|
|
- Visual Studio 2017
|
|
- Ubuntu1804
|
|
environment:
|
|
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
|
services:
|
|
- docker
|
|
build_script:
|
|
- sh: chmod +x ./build.sh && ./build.sh
|