|
@@ -45,7 +45,7 @@ It is possible to run it in local machines too:
|
|
|
|
|
|
1. Change to this directory.
|
|
1. Change to this directory.
|
|
2. Compile the script: `haxe RunCi.hxml`.
|
|
2. Compile the script: `haxe RunCi.hxml`.
|
|
- 3. Define the test target by `export TEST=$TARGET` (or `set "TEST=$TARGET"` on Windows), where `$TARGET` should be a comma-seperated list of targets, e.g. `neko,macro`. Possible targets are `macro`, `neko`, `js`, `php`, `cpp`, `flash9`, `as3`, `java`, `cs`, `python`, and `third-party`. However, `flash9`, `as3`, and `third-party` are not likely to work on local machines (TODO).
|
|
|
|
|
|
+ 3. Define the test target by `export TEST=$TARGET` (or `set "TEST=$TARGET"` on Windows), where `$TARGET` should be a comma-seperated list of targets, e.g. `neko,macro`. Possible targets are `macro`, `neko`, `js`, `lua`, `php`, `cpp`, `flash9`, `as3`, `java`, `cs`, `python`, and `third-party`. However, `flash9`, `as3`, and `third-party` are not likely to work on local machines (TODO).
|
|
4. Run it: `neko RunCi.n`.
|
|
4. Run it: `neko RunCi.n`.
|
|
|
|
|
|
Note that the script will try to look for test dependencies and install them if they are not found. Look at the `getXXXDependencies` functions for the details.
|
|
Note that the script will try to look for test dependencies and install them if they are not found. Look at the `getXXXDependencies` functions for the details.
|