[deploy] urgent fixes

fix appveyor.yml
This commit is contained in:
Nomango 2019-08-08 17:26:43 +08:00
parent 4b3cf3e249
commit 8e16e1069b
2 changed files with 4 additions and 14 deletions

View File

@ -29,10 +29,10 @@ skip_commits:
only_commits:
files:
- /**\/*\.(h|hpp|cpp)/
- /**\/*\.(sln|vcxproj|rc)/
- /scripts\/**\/*\.ps1/
- 'appveyor.yml'
- projects/
- src/
- scripts/**/*.ps1
- appveyor.yml
for:
-

View File

@ -183,16 +183,6 @@ namespace kiwano
return TweenHelper(new kiwano::ActionRotateTo(0, rotation));
}
static inline TweenHelper
Path(
GeometryPtr geo, /* 几何图形 */
bool rotating = false, /* 沿路径切线方向旋转 */
float start = 0.f, /* 起点 */
float end = 1.f) /* 终点 */
{
return TweenHelper(new kiwano::ActionPath(0, geo, rotating, start, end));
}
static inline TweenHelper
Animation(FramesPtr frames)
{