Skip to content

Remove 藍牙/藍芽 mapping in TWPhrasesIT (#808) #757

Remove 藍牙/藍芽 mapping in TWPhrasesIT (#808)

Remove 藍牙/藍芽 mapping in TWPhrasesIT (#808) #757

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