Skip to content

Add [compare] and tests for it #74

Add [compare] and tests for it

Add [compare] and tests for it #74

Workflow file for this run

name: Build and run tests
on: [push, pull_request]
jobs:
tests:
runs-on: windows-latest
steps:
- name: сheckout
uses: actions/checkout@main
- name: dir
run: md tools
- name: mplc
run: curl -LSs -o tools/mplc.exe https://github.com/Matway/mpl-c/releases/latest/download/mplc.exe
- name: test
run: ./test tools/mplc
- name: artifacts
uses: actions/upload-artifact@main
with:
name: tests
path: |
tools/mplc.exe
out/*.exe
out/*.ll