parent
48b92c33fd
commit
7e58e5840f
3 changed files with 4 additions and 62 deletions
29
.github/workflows/bld.yml
vendored
29
.github/workflows/bld.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
java-version: [17, 21, 24]
|
||||
kotlin-version: [1.9.25, 2.0.20, 2.1.20]
|
||||
kotlin-version: [1.9.25, 2.0.20, 2.1.10]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
@ -56,30 +56,3 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
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
|
||||
run: bld.bat download
|
||||
shell: cmd
|
||||
|
||||
- name: Compile source
|
||||
run: bld.bat compile
|
||||
shell: cmd
|
||||
|
||||
- name: Run tests
|
||||
run: bld.bat jacoco
|
||||
shell: cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue