Skip to content

package: use latest versions of testworks and sphinx-extensions #33

package: use latest versions of testworks and sphinx-extensions

package: use latest versions of testworks and sphinx-extensions #33

Workflow file for this run

# For now this just does a clean build and start/stop the server because the test suites
# hang. https://github.com/dylan-lang/http/issues/90
name: tests
on:
push:
# all branches
pull_request:
branches:
- main
- master
# This enables the Run Workflow button on the Actions tab.
workflow_dispatch:
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: dylan-lang/install-opendylan@v3
- name: make install
env:
DYLAN: dylan-root
run: make install
- name: Run http-server --help
env:
DYLAN: dylan-root
LD_LIBRARY_PATH: _od/opendylan-2024.1/lib
run: |
ls -l dylan-root/bin/
find . -name '*unwind*'
dylan-root/bin/http-server --help