Skip to content

Add CustomOperator.def with nf and port for cpp parser #24

Add CustomOperator.def with nf and port for cpp parser

Add CustomOperator.def with nf and port for cpp parser #24

Workflow file for this run

name: build
on:
push:
# branches: [develop]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build generator
run: |
mkdir -p build
cd build
cmake ..
make -j $(nproc)
./tool/random_gen