Skip to content

Commit

Permalink
only care about python target for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Mar 26, 2014
1 parent 4e856f2 commit cb996be
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ build.bat
tests/unit/compile.php.hxml
/extra/*.xml
tests/optimization/testopt.js
tests/unit/unit.py
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ env:
# SAUCE_ACCESS_KEY
- secure: sUvWUjCyPuWht4seNa4f2VG9DkvXkhZyLZfjJO9TUAHB2JndS16E2j/qrvKEjycyH6w8tU/B9vnjDRvvGrYXxEXcBEwsJVfkorFnRl9uwGCGIYrzjMhssEl3fMYZK7P304f+gAp5ULrDBX2gIaKeSa8lUNRtz2PsZOieE4kMdhk=
matrix:
- TARGET=macro
- TARGET=neko
- TARGET=js
- TARGET=php
- TARGET=python
- TARGET=cpp
- TARGET=flash9
- TARGET=as3
- TARGET=java
- TARGET=cs
- TARGET=flash8

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/compile-each.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
-debug
-cp ..
-resource res1.txt
-resource res2.bin
#-resource res2.bin
-dce full
23 changes: 12 additions & 11 deletions tests/unit/compile.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ compile-java-runner.hxml

# targets

--next compile-flash8.hxml
--next compile-flash9.hxml
--next compile-js.hxml
--next compile-neko.hxml
--next compile-php.hxml
--next compile-as3.hxml
--next compile-cpp.hxml
--next compile-java.hxml
--next compile-cs.hxml
--next compile-macro.hxml
--next compile-cs-unsafe.hxml
--next compile-python.hxml
#--next compile-flash8.hxml
#--next compile-flash9.hxml
#--next compile-js.hxml
#--next compile-neko.hxml
#--next compile-php.hxml
#--next compile-as3.hxml
#--next compile-cpp.hxml
#--next compile-java.hxml
#--next compile-cs.hxml
#--next compile-macro.hxml
#--next compile-cs-unsafe.hxml

0 comments on commit cb996be

Please sign in to comment.