Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Jun 28, 2024
1 parent e4e74c2 commit d01d920
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ on: [ push ]
# and _with_ parameters.

jobs:
test-setup-latest:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: shirok/setup-gauche@main
- name: Run gosh
run: gosh -V
# test-setup-latest:
# strategy:
# matrix:
# platform: [ubuntu-latest, macos-latest]
# runs-on: ${{ matrix.platform }}
# steps:
# - uses: shirok/setup-gauche@main
# - name: Run gosh
# run: gosh -V

test-setup-snapshot:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: shirok/setup-gauche@main
with:
gauche-version: 'snapshot'
test-gauche: true
configure-options: '--with-slib=/opt'
- name: Run gosh
run: gosh -V
# test-setup-snapshot:
# strategy:
# matrix:
# platform: [ubuntu-latest, macos-latest]
# runs-on: ${{ matrix.platform }}
# steps:
# - uses: shirok/setup-gauche@main
# with:
# gauche-version: 'snapshot'
# test-gauche: true
# configure-options: '--with-slib=/opt'
# - name: Run gosh
# run: gosh -V

test-setup-binary:
strategy:
Expand Down
1 change: 1 addition & 0 deletions download-and-install-gauche.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if [ "$binary" = 'true' ]; then
echo "Prebuilt binary is not available on this platform: $platform"
exit 1 ;;
esac
echo "Instaling $binary_url/$binary_tarball"
curl -L -f -o /tmp/$binary_tarball $binary_url/$binary_tarball
sudo tar x -C / -z -v -f /tmp/$binary_tarball
else
Expand Down

0 comments on commit d01d920

Please sign in to comment.