turnoff as3 target. fix js
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ env:
|
|||||||
- TARGET=interp
|
- TARGET=interp
|
||||||
- TARGET=macro
|
- TARGET=macro
|
||||||
# optional: MACROFLAGS: specify the flags that are unique to building/running with --macro arguments
|
# optional: MACROFLAGS: specify the flags that are unique to building/running with --macro arguments
|
||||||
- TARGET=js TOOLCHAIN=default HXFLAGS_EXTRA="-D nodejs -js '$TARGET_DIR/js.js'" # target is tested by node.js
|
- TARGET=js TOOLCHAIN=default HXFLAGS_EXTRA="-D nodejs -js js.js" # target is tested by node.js
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
# optional: NODECMD: set the command to be run by nodejs
|
# optional: NODECMD: set the command to be run by nodejs
|
||||||
- TARGET=js TOOLCHAIN=browser # target is tested by browsers / phantomjs
|
- TARGET=js TOOLCHAIN=browser # target is tested by browsers / phantomjs
|
||||||
@@ -27,7 +27,7 @@ env:
|
|||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
- TARGET=swf
|
- TARGET=swf
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
- TARGET=as3
|
# - TARGET=as3
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
- TARGET=java
|
- TARGET=java
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
|
|||||||
Reference in New Issue
Block a user