Skip to content

Commit

Permalink
try some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Sep 12, 2024
1 parent 61e5da0 commit cd57ae8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,14 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build and test using Gradle with ECJ
# uses: gradle/gradle-build-action@v3
# with:
# gradle-executable: xvfb-gradle.sh
run: ./gradlew aggregatedJavadocs build publishAllPublicationsToFakeRemoteRepository shellcheck --no-configuration-cache -Pcom.ibm.wala.jdk-version=${{ matrix.java }}
run: ./xvfb-gradle.sh aggregatedJavadocs build publishAllPublicationsToFakeRemoteRepository shellcheck --no-configuration-cache -Pcom.ibm.wala.jdk-version=${{ matrix.java }}
# testing ECJ compilation on any one OS is sufficient; we choose Linux arbitrarily
if: runner.os == 'Linux'
if: runner.os != 'Windows'
- name: Build and test using Gradle but without ECJ
# uses: gradle/gradle-build-action@v3
# with:
run: ./gradlew aggregatedJavadocs javadoc build -PskipJavaUsingEcjTasks --no-configuration-cache -Pcom.ibm.wala.jdk-version=${{ matrix.java }}
if: runner.os != 'Linux'
run: gradlew.bat aggregatedJavadocs javadoc build -PskipJavaUsingEcjTasks --no-configuration-cache "-Pcom.ibm.wala.jdk-version=${{ matrix.java }}"
if: runner.os == 'Windows'
- name: Check for Git cleanliness after build and test
run: ./check-git-cleanliness.sh
# not running in Borne or POSIX shell on Windows
Expand Down

0 comments on commit cd57ae8

Please sign in to comment.