Build deltachat_ffi on ci

This commit is contained in:
Lars-Magnus Skog
2019-05-02 22:23:53 +02:00
parent 1a1a0eade8
commit c8b6bae1eb

View File

@@ -35,6 +35,13 @@ jobs:
export RUST_BACKTRACE=1
cargo test
- run:
name: Build deltachat-ffi
command: |
export PATH=~/.cargo/bin:$PATH
export RUST_BACKTRACE=1
cargo build --release -p deltachat_ffi
workflows:
version: 2.1
build: