mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
* Add Windows Dockerfile.win * Create appveyor.yml * Create build.ps1 * Port Golang example to Windows
13 lines
183 B
YAML
13 lines
183 B
YAML
version: 1.0.{build}
|
|
image: Visual Studio 2017
|
|
|
|
install:
|
|
- docker version
|
|
|
|
build_script:
|
|
- ps: .\watchdog\build.ps1
|
|
|
|
artifacts:
|
|
- path: watchdog\watchdog.exe
|
|
name: watchdog
|