From 8d96ce023c54519bd85dede3f64e0da4e27dc905 Mon Sep 17 00:00:00 2001 From: tikuta Date: Fri, 21 Dec 2018 15:57:25 +0900 Subject: [PATCH] veyor --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 9e31601db3..62d8e02f77 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,5 +38,12 @@ for: python misc/ninja_syntax_test.py appveyor PushArtifact ninja.exe + deploy: + description: release + provider: GitHub + auth_token: + secure: wyu/fhbEU2AiTPWJNIkimoVCBquTpTeVHOUBGQbB3m0GRS2ch+plZ7gtQNgvanJ0 + artifact: ninja.exe + draft: true test: off