mirror of
https://github.com/nkbai/book.git
synced 2026-08-19 09:33:29 +08:00
21 lines
230 B
YAML
21 lines
230 B
YAML
language: rust
|
|
|
|
install:
|
|
- bash ci/install.sh
|
|
|
|
script:
|
|
- bash ci/script.sh
|
|
|
|
after_success:
|
|
- bash ci/after-success.sh
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- staging
|
|
- trying
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|