Run all matrices under Windows
This commit is contained in:
parent
bef5aed2e3
commit
8251473b05
1 changed files with 4 additions and 25 deletions
29
.github/workflows/bld.yml
vendored
29
.github/workflows/bld.yml
vendored
|
@ -6,8 +6,10 @@ env:
|
||||||
KOTLIN_HOME: /usr/share/kotlinc
|
KOTLIN_HOME: /usr/share/kotlinc
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-bld-linux:
|
build-bld-project:
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
- ubuntu-latest
|
||||||
|
- windows-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -39,26 +41,3 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./bld compile test
|
run: ./bld compile test
|
||||||
|
|
||||||
build-bld-windows:
|
|
||||||
runs-on: windows-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout source repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Set up JDK
|
|
||||||
uses: actions/setup-java@v4
|
|
||||||
with:
|
|
||||||
distribution: "zulu"
|
|
||||||
java-version: 17
|
|
||||||
|
|
||||||
- name: Download dependencies [examples]
|
|
||||||
working-directory: examples
|
|
||||||
run: ./bld download
|
|
||||||
|
|
||||||
- name: Run tests [examples]
|
|
||||||
working-directory: examples
|
|
||||||
run: ./bld compile test
|
|
Loading…
Add table
Add a link
Reference in a new issue