feat: 按照open_set中的示例调整语法 (#71)

添加了构建LR分析表冲突的报错

Reviewed-on: PostGuard/Canon#71
This commit is contained in:
2024-05-01 21:06:27 +08:00
parent feddbff205
commit 6130adfa7c
32 changed files with 1382 additions and 985 deletions

View File

@@ -1,8 +1,5 @@
name: Integration Test
on:
push:
branches:
- master
on: [push]
jobs:
Open-Set-Test:
@@ -18,8 +15,10 @@ jobs:
save-always: true
- name: Build binary file
run: |
cd ./Canon.Console
dotnet publish
cp ./Canon.Console/bin/Release/net8.0/linux-x64/publish/Canon.Console ./pacss
cd ..
cp ./Canon.Console/bin/Release/net8.0/linux-x64/publish/Canon.Console ./pascc
- name: Build open set binary
run: |
python scripts/integration_test.py run