Skip to content

牀」簡體部分修正為「床」 TWPhrasesIT 修正部分科技用語 (#707) #761

牀」簡體部分修正為「床」 TWPhrasesIT 修正部分科技用語 (#707)

牀」簡體部分修正為「床」 TWPhrasesIT 修正部分科技用語 (#707) #761

Workflow file for this run

name: C++ CI with CMake
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