Skip to content

Reduce test suite duplication. #149

Reduce test suite duplication.

Reduce test suite duplication. #149

Workflow file for this run

on: [push]
name: CI
jobs:
runsml:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Debian packages
run: |
sudo apt-get -qq update
sudo apt-get install -y make
- uses: diku-dk/[email protected]
- uses: diku-dk/[email protected]
- uses: diku-dk/[email protected]
with:
version: nightly
- name: Check
run: |
mlton
mlkit --version
futhark --version
- run: |
make run_test
build_html:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Install Debian packages
run: |
sudo apt-get -qq update
sudo apt-get install -y groff
- run: make smlfut.pdf
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Manpage"
files: |
smlfut.pdf