Update CI script

This commit is contained in:
Joshua Granick
2015-03-25 01:21:54 -07:00
parent 80930d9933
commit 398d66dde8

View File

@@ -17,6 +17,8 @@ install:
- haxelib setup ~/haxelib
- haxelib install hxcpp
- haxelib install format
- git clone --recursive https://github.com/openfl/lime-samples ~/lime-samples --depth 1
- haxelib dev lime-samples ~/lime-samples
- haxelib dev lime $(pwd)
- haxelib install openfl
- haxelib install openfl-samples
@@ -28,20 +30,40 @@ script:
- haxelib run lime rebuild linux -64 -Dlegacy
- haxelib run lime rebuild linux -64
- haxelib run lime rebuild tools
- haxelib run lime create ActuateExample
- haxelib run lime create AddingAnimation
- haxelib run lime create AddingText
- haxelib run lime create BunnyMark
- haxelib run lime create DisplayingABitmap
- haxelib run lime create HandlingKeyboardEvents
- haxelib run lime create HandlingMouseEvents
- haxelib run lime create HerokuShaders
- haxelib run lime create NyanCat
- haxelib run lime create PiratePig
- haxelib run lime create PlayingSound
- haxelib run lime create SimpleBox2D
- haxelib run lime create SimpleOpenGLView
- haxelib run lime create SimpleSWFLayout
- haxelib run lime create HandlingInputEvents
- haxelib run lime create HelloWorld
- haxelib run lime create SimpleAudio
- haxelib run lime create SimpleImage
- haxelib run lime create TextRendering
- haxelib run lime build HandlingInputEvents html5
- haxelib run lime build HelloWorld html5
- haxelib run lime build SimpleAudio html5
- haxelib run lime build SimpleImage html5
- haxelib run lime build TextRendering html5
- haxelib run lime build HandlingInputEvents flash
- haxelib run lime build HelloWorld flash
- haxelib run lime build SimpleAudio flash
- haxelib run lime build SimpleImage flash
- haxelib run lime build TextRendering flash
- haxelib run lime test HandlingInputEvents neko
- haxelib run lime test HelloWorld neko
- haxelib run lime test SimpleAudio neko
- haxelib run lime test SimpleImage neko
- haxelib run lime test TextRendering neko
- haxelib run openfl create ActuateExample
- haxelib run openfl create AddingAnimation
- haxelib run openfl create AddingText
- haxelib run openfl create BunnyMark
- haxelib run openfl create DisplayingABitmap
- haxelib run openfl create HandlingKeyboardEvents
- haxelib run openfl create HandlingMouseEvents
- haxelib run openfl create HerokuShaders
- haxelib run openfl create NyanCat
- haxelib run openfl create PiratePig
- haxelib run openfl create PlayingSound
- haxelib run openfl create SimpleBox2D
- haxelib run openfl create SimpleOpenGLView
- haxelib run openfl create SimpleSWFLayout
- haxelib run lime build ActuateExample flash
- haxelib run lime build AddingAnimation flash
- haxelib run lime build AddingText flash