Skip to content

Commit

Permalink
[ci] update workflow sources
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 31, 2024
1 parent 71b92b6 commit c67ae7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
fail-fast: false
matrix:
ocaml: ["4.08.1", "5.0.0"]
target: [macro, js, hl, cpp, 'jvm', php, python, lua, flash, neko]
target: [macro, js, hl, cpp, jvm, php, python, lua, flash, neko]
include:
- target: hl
APT_PACKAGES: cmake ninja-build libturbojpeg-dev
Expand Down Expand Up @@ -690,7 +690,7 @@ jobs:
fail-fast: false
matrix:
# TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/10919
target: [macro, js, hl, cpp, 'jvm', php, python, flash, neko]
target: [macro, js, hl, cpp, jvm, php, python, flash, neko]
steps:
- uses: actions/checkout@main
with:
Expand Down Expand Up @@ -881,7 +881,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [macro, js, hl, cpp, 'jvm', php, python, flash, neko]
target: [macro, js, hl, cpp, jvm, php, python, flash, neko]
include:
- target: hl
BREW_PACKAGES: ninja
Expand Down
10 changes: 5 additions & 5 deletions extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
fail-fast: false
matrix:
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:
- target: hl
APT_PACKAGES: cmake ninja-build libturbojpeg-dev
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
haxe dox.hxml
mkdir 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

linux-arm64:
Expand Down Expand Up @@ -362,7 +362,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, js, hl, cpp, jvm, php, python, flash, neko]
steps:
- uses: actions/checkout@main
with:
Expand All @@ -389,7 +389,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, js, hl, cpp, php, python, flash, neko]
steps:
- uses: actions/checkout@main
with:
Expand All @@ -413,7 +413,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, flash, neko]
target: [macro, js, hl, cpp, jvm, php, python, flash, neko]
include:
- target: hl
BREW_PACKAGES: ninja
Expand Down

0 comments on commit c67ae7d

Please sign in to comment.