2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 16:27:11 -07:00

Updated for latest RIFE2 core.

Some build changes.
Run Github workflow on macOS.
This commit is contained in:
Geert Bevin 2023-10-01 09:29:15 -04:00
parent a6aadf8e60
commit 2a5437de0c
5 changed files with 34 additions and 7 deletions

View file

@ -110,3 +110,29 @@ jobs:
-Dtest.postgres=true -Dtest.mysql=true -Dtest.mariadb=true -Dtest.oracle=true -Dtest.oracle-free=true
-DtestsBadgeUrl=https://rife2.com/tests-badge/update/com.uwyn.rife2/bld
-DtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }}
build-bld-project-macos:
runs-on: macos-latest
strategy:
matrix:
java-version: [ 17, 20 ]
steps:
- name: Checkout source repository
uses: actions/checkout@v4
with:
clean: true
submodules: 'true'
fetch-depth: 0
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: ${{ matrix.java-version }}
check-latest: true
- name: Run tests
run: >-
./bld clean download compile test