Skip to content

github: add plang workflow #2

github: add plang workflow

github: add plang workflow #2

Workflow file for this run

name: Compile and check P models
on:
push:
branches:
- 'dev'
paths:
- '**'
tags-ignore:
- '**'
pull_request:
paths:
- '**'
jobs:
cpp:
name: Compile and check P models
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Compile
working-directory: tests/models
run: ../../tools/p/p compile
- name: Check
working-directory: tests/models
run: ../../tools/p/p check -tc tcMultiPartitionProduce -t 10