Skip to content

Commit

Permalink
In CI, run all product Gradle commands with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Oct 16, 2024
1 parent 450f879 commit 3c118c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Build
run: |
cd product
export JAVA_HOME=$JAVA_HOME_11_X64
./gradlew publish -P cmakeBuildType=Release
- name: Upload Maven repository
Expand Down Expand Up @@ -91,6 +92,7 @@ jobs:
- name: Build
run: |
cd product
export JAVA_HOME=$JAVA_HOME_11_X64
./gradlew docs
- uses: actions/upload-artifact@v4.3.3
Expand All @@ -115,6 +117,7 @@ jobs:
- name: Test
run: |
cd product
export JAVA_HOME=$JAVA_HOME_11_X64
./gradlew gradle:testPython
Expand Down Expand Up @@ -193,4 +196,5 @@ jobs:
- name: Test
run: |
cd product
export JAVA_HOME=$JAVA_HOME_11_X64
CHAQUOPY_NO_BUILD=1 ./gradlew testIntegration-${{ matrix.agp-version }}

0 comments on commit 3c118c2

Please sign in to comment.