Revert "Add build/test job for Windows"

This reverts commit 6f1aa72a
This commit is contained in:
Erik C. Thauvin 2025-03-22 00:45:24 -07:00
parent 48b92c33fd
commit 7e58e5840f
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 4 additions and 62 deletions

View file

@ -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