Skip to content

Commit

Permalink
run hxb tests only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Jul 11, 2023
1 parent cdacbdb commit e915ebd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash, neko]
target: [macro]
include:
- target: hl
APT_PACKAGES: cmake ninja-build libturbojpeg-dev
Expand Down Expand Up @@ -689,7 +689,7 @@ jobs:
fail-fast: false
matrix:
# TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/10919
target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, flash, neko]
target: [macro]
steps:
- uses: actions/checkout@main
with:
Expand Down Expand Up @@ -782,7 +782,7 @@ jobs:
matrix:
# TODO jvm: https://github.com/HaxeFoundation/haxe/issues/8601
# TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/10919
target: [macro, js, hl, cpp, java, cs, php, python, flash, neko]
target: [macro]
steps:
- uses: actions/checkout@main
with:
Expand Down Expand Up @@ -872,7 +872,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, flash, neko]
target: [macro]
include:
- target: hl
BREW_PACKAGES: ninja
Expand Down
4 changes: 4 additions & 0 deletions tests/runci/targets/Macro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ import runci.Config.*;

class Macro {
static public function run(args:Array<String>) {
runCommand("haxe", ["compile-hxb-interp.hxml"].concat(args));
runCommand("haxe", ["compile-read-hxb-interp.hxml"].concat(args));
return; // don't overlook this

runCommand("haxe", ["compile-macro.hxml"].concat(args));

changeDirectory(displayDir);
Expand Down

0 comments on commit e915ebd

Please sign in to comment.