Skip to content

Commit

Permalink
ci: wild ass guess
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 18, 2024
1 parent 01a617d commit f00c3f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/abcl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@ jobs:
echo ~/.local/share/java/apache-ant/bin >> $GITHUB_PATH
- name: Ensure we are using the correct JDK
run: bash -x ./ci/ensure-jenv-is-present.bash && ant abcl.diagnostic
run: . ./ci/ensure-jenv-is-present.bash && ant abcl.diagnostic

- name: Set abcl.properties for build
run: bash -x ./ci/create-abcl-properties.bash ${JDK_VERSION}
run: . ./ci/create-abcl-properties.bash ${JDK_VERSION}

- name: Build ABCL
run: bash -x ./ci/ensure-jenv-is-present.bash && ant abcl
run: . ./ci/ensure-jenv-is-present.bash && ant abcl

- name: Configure ASDF to find abcl
run: bash -x ./ci/asdf-finds-abcl.bash
run: . ./ci/asdf-finds-abcl.bash

- name: Install Jeannie for testing
run: bash -x ./ci/install-jeannie.bash
run: . ./ci/install-jeannie.bash

- name: Install NONTRIVIAL-GRAY-STREAMS for testing
run: bash -x ./ci/install-nontrivial-gray-streams.bash
run: . ./ci/install-nontrivial-gray-streams.bash

- name: Install the ANSI-TEST suite
run: bash -x ./ci/install-ansi-test.bash
run: . ./ci/install-ansi-test.bash

- name: Install Quicklisp
run: |
Expand Down

0 comments on commit f00c3f2

Please sign in to comment.