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

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

|
||||
[](https://ci.appveyor.com/project/Nomango/kiwano/branch/master)
|
||||
|
||||
## Introduction
|
||||
Kiwano is a open-source 2D C++ game engine, only support win32 platform.
|
||||
|
|
|
|||
12
appveyor.yml
12
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
|
||||
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