Add OS matrix for Ubuntu, Windows and macOS
This commit is contained in:
parent
686174b9cb
commit
27070dc3d9
5 changed files with 14 additions and 10 deletions
9
.github/workflows/bld.yml
vendored
9
.github/workflows/bld.yml
vendored
|
@ -35,12 +35,17 @@ jobs:
|
|||
|
||||
- name: Compile and run [bld examples]
|
||||
working-directory: examples/bld
|
||||
run: ./bld compile run
|
||||
run: |
|
||||
./bld compile run
|
||||
./bld run-java
|
||||
|
||||
- name: Run example [bld examples]
|
||||
working-directory: examples/gradle
|
||||
if: matrix.java-version != '24'
|
||||
run: ./gradlew run
|
||||
run: |
|
||||
./gradlew run
|
||||
./gradlew runJava
|
||||
|
||||
|
||||
- name: Download dependencies
|
||||
run: ./bld download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue