Skip to content

Remove 实时技术/實時技術 mapping with 实时/即時 in STPhrases #689

Remove 实时技术/實時技術 mapping with 实时/即時 in STPhrases

Remove 实时技术/實時技術 mapping with 实时/即時 in STPhrases #689

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install doxygen
run: sudo apt-get install doxygen
- name: make build
run: make build VERBOSE=1
- name: make test
run: make test VERBOSE=1
- name: make benchmark
run: make benchmark VERBOSE=1