diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1323a9f..29bd04c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,3 +47,22 @@ jobs: - name: 'Check Spock' run: | ./mvnw -V -B verify + check-ant: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Cache Ivy download cache + uses: actions/cache@v4 + with: + path: ~/.ivy2 + key: test-${{ runner.os }}-ivy-${{ hashFiles('ivy.xml', 'ivysettings.xml') }} + restore-keys: | + test-${{ runner.os }}-ivy- + - name: 'Set up JDK' + uses: actions/setup-java@v4 + with: + java-version: 8 + distribution: temurin + - name: 'Check Spock' + run: | + ant test diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..ded8be4 --- /dev/null +++ b/build.xml @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ivy.xml b/ivy.xml new file mode 100644 index 0000000..2c10e9c --- /dev/null +++ b/ivy.xml @@ -0,0 +1,47 @@ + + + + + + + Spock Framework - Example Project + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ivysettings.xml b/ivysettings.xml new file mode 100644 index 0000000..89fa0b8 --- /dev/null +++ b/ivysettings.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + +