mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06:35 +03:00
Build deltachat_ffi on ci
This commit is contained in:
@@ -35,6 +35,13 @@ jobs:
|
|||||||
export RUST_BACKTRACE=1
|
export RUST_BACKTRACE=1
|
||||||
cargo test
|
cargo test
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: Build deltachat-ffi
|
||||||
|
command: |
|
||||||
|
export PATH=~/.cargo/bin:$PATH
|
||||||
|
export RUST_BACKTRACE=1
|
||||||
|
cargo build --release -p deltachat_ffi
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2.1
|
version: 2.1
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user