Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Sep 12, 2024
1 parent d2fba71 commit 60d9613
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
steps:
- name: Check out WALA sources
uses: actions/checkout@v4
# - name: Cache Goomph
# uses: actions/cache@v4
# with:
# path: ~/.goomph
# key: ${{ runner.os }}-goomph-${{ hashFiles('build.gradle') }}
# restore-keys: ${{ runner.os }}-goomph-
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v4
with:
Expand All @@ -47,15 +41,11 @@ 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
# use xvfb-gradle.sh to avoid headless test failures on Linux
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'
- 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'
- name: Check for Git cleanliness after build and test
Expand Down

0 comments on commit 60d9613

Please # to comment.