mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
18 lines
243 B
YAML
18 lines
243 B
YAML
language: cpp
|
|
install: cmake
|
|
script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake ..
|
|
- make
|
|
- make test
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
notifications:
|
|
recipients:
|
|
- wuyanyi09@foxmail.com
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|