update appveyor.yaml

update README.md
This commit is contained in:
Nomango 2019-08-05 12:32:05 +08:00
parent 067e3cb084
commit c3cb6dc07f
2 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,8 @@
![Kiwano Logo](https://github.com/Nomango/Kiwano/raw/master/logo/logo_text_h.png)
# Kiwano Game Engine
![Kiwano Logo](https://github.com/Nomango/Kiwano/raw/master/logo/logo_text_h.png)
[![Build status](https://ci.appveyor.com/api/projects/status/frqh09om9ldaklr9/branch/master?svg=true)](https://ci.appveyor.com/project/Nomango/kiwano/branch/master)
## Introduction
Kiwano is a open-source 2D C++ game engine, only support win32 platform.

View File

@ -1,7 +1,4 @@
version: 1.0.{build}
branches:
only:
- configure_ci
configuration:
- Debug
- Release
@ -12,4 +9,11 @@ before_build:
build:
project: ./Kiwano.sln
parallel: true
verbosity: minimal
verbosity: minimal
notifications:
- provider: Email
to:
- 569629550@qq.com
on_build_success: false
on_build_failure: true
on_build_status_changed: true