|
@@ -153,7 +153,7 @@ jobs:
|
|
fail-fast: false
|
|
fail-fast: false
|
|
matrix:
|
|
matrix:
|
|
ocaml: ["4.08.1", "5.0.0"]
|
|
ocaml: ["4.08.1", "5.0.0"]
|
|
- target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash, neko]
|
|
|
|
|
|
+ target: [macro, js, hl, cpp, jvm, php, python, lua, flash, neko]
|
|
include:
|
|
include:
|
|
- target: hl
|
|
- target: hl
|
|
APT_PACKAGES: cmake ninja-build libturbojpeg-dev
|
|
APT_PACKAGES: cmake ninja-build libturbojpeg-dev
|
|
@@ -269,7 +269,7 @@ jobs:
|
|
haxe dox.hxml
|
|
haxe dox.hxml
|
|
mkdir resources
|
|
mkdir resources
|
|
cp ../../src-json/* resources
|
|
cp ../../src-json/* resources
|
|
- cpp/Dox -i ../../xmldoc -ex microsoft -ex javax -ex cs.internal -theme $(haxelib libpath dox)/themes/default
|
|
|
|
|
|
+ cpp/Dox -i ../../xmldoc -ex microsoft -ex javax -theme $(haxelib libpath dox)/themes/default
|
|
working-directory: ${{github.workspace}}/tests/docgen
|
|
working-directory: ${{github.workspace}}/tests/docgen
|
|
|
|
|
|
linux-arm64:
|
|
linux-arm64:
|
|
@@ -362,7 +362,7 @@ jobs:
|
|
fail-fast: false
|
|
fail-fast: false
|
|
matrix:
|
|
matrix:
|
|
# TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/10919
|
|
# 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, js, hl, cpp, jvm, php, python, flash, neko]
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@main
|
|
- uses: actions/checkout@main
|
|
with:
|
|
with:
|
|
@@ -389,7 +389,7 @@ jobs:
|
|
matrix:
|
|
matrix:
|
|
# TODO jvm: https://github.com/HaxeFoundation/haxe/issues/8601
|
|
# TODO jvm: https://github.com/HaxeFoundation/haxe/issues/8601
|
|
# TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/10919
|
|
# TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/10919
|
|
- target: [macro, js, hl, cpp, java, cs, php, python, flash, neko]
|
|
|
|
|
|
+ target: [macro, js, hl, cpp, php, python, flash, neko]
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@main
|
|
- uses: actions/checkout@main
|
|
with:
|
|
with:
|
|
@@ -413,7 +413,7 @@ jobs:
|
|
strategy:
|
|
strategy:
|
|
fail-fast: false
|
|
fail-fast: false
|
|
matrix:
|
|
matrix:
|
|
- target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, flash, neko]
|
|
|
|
|
|
+ target: [macro, js, hl, cpp, jvm, php, python, flash, neko]
|
|
include:
|
|
include:
|
|
- target: hl
|
|
- target: hl
|
|
BREW_PACKAGES: ninja
|
|
BREW_PACKAGES: ninja
|