parent
067e3cb084
commit
c3cb6dc07f
|
|
@ -1,6 +1,8 @@
|
||||||
|

|
||||||
|
|
||||||
# Kiwano Game Engine
|
# Kiwano Game Engine
|
||||||
|
|
||||||

|
[](https://ci.appveyor.com/project/Nomango/kiwano/branch/master)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
Kiwano is a open-source 2D C++ game engine, only support win32 platform.
|
Kiwano is a open-source 2D C++ game engine, only support win32 platform.
|
||||||
|
|
|
||||||
10
appveyor.yml
10
appveyor.yml
|
|
@ -1,7 +1,4 @@
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- configure_ci
|
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- Debug
|
||||||
- Release
|
- Release
|
||||||
|
|
@ -13,3 +10,10 @@ build:
|
||||||
project: ./Kiwano.sln
|
project: ./Kiwano.sln
|
||||||
parallel: true
|
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
|
||||||
Loading…
Reference in New Issue