Skip to content

Merge pull request #36 from fraya/integrate-with-dylan-tool #21

Merge pull request #36 from fraya/integrate-with-dylan-tool

Merge pull request #36 from fraya/integrate-with-dylan-tool #21

name: build-and-test
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: ubuntu-latest
steps:
# Not using dylan-tool and packages here yet because of a circular
# dependency between testworks and command-line-parser.
# https://github.com/dylan-lang/pacman/issues/17
- uses: dylan-lang/install-opendylan@v2
- name: Build command-line-parser-test-suite-app
run: ./dylan-compiler -build -jobs 3 command-line-parser-test-suite-app
- name: Run command-line-parser-test-suite-app
run: _build/bin/command-line-parser-test-suite-app