Skip to content

Commit 19f4982

Browse files
committed
add stub appveyor.yml to satisfy CI
We run CI on GitHub actions now, but the repository still expects AppVeyor to be present. Add a stub config to satisfy it. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 70b8093 commit 19f4982

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Minimal stub to satisfy AppVeyor CI
2+
version: 1.0.{build}
3+
image: windows
4+
shallow_clone: true
5+
6+
build: off
7+
test: off
8+
9+
init:
10+
- echo "Stub build to make CI pass"

0 commit comments

Comments
 (0)