diff --git a/README.md b/README.md index df8d2917..c045cc3f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/appveyor.yml b/appveyor.yml index 0ca18dc1..c6ce6887 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file + verbosity: minimal +notifications: +- provider: Email + to: + - 569629550@qq.com + on_build_success: false + on_build_failure: true + on_build_status_changed: true \ No newline at end of file