Skip to content

ambiguate non-trivial multiply x ptr decl. parse (for unary expr.) #271

ambiguate non-trivial multiply x ptr decl. parse (for unary expr.)

ambiguate non-trivial multiply x ptr decl. parse (for unary expr.) #271

Workflow file for this run

name: test-suite
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-10.15, ubuntu-18.04]
steps:
- uses: actions/checkout@v2
- name: run cmake
run: cmake CMakeLists.txt
- name: run make
run: make
- name: run tests
run: ./test-suite