mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
17 lines
225 B
YAML
17 lines
225 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake ../build
|
|
- make test
|
|
notifications:
|
|
recipients:
|
|
- jason@emptycrate.com
|
|
email:
|
|
on_success: always
|
|
on_failure: always
|
|
|