feat: add basic chatbot #14

Merged
koalp merged 3 commits from feature/minimal-chatbot into development 2021-04-29 02:24:20 +02:00
Showing only changes of commit 9dd501418e - Show all commits

View File

@ -18,5 +18,6 @@ steps:
pull: true pull: true
errignore: true errignore: true
commands: commands:
- apt-get update && apt-get install -y cmake
- cargo test --all - cargo test --all
- cargo build - cargo build