Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
ci: Run flouze-flutter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abustany committed Oct 14, 2019
1 parent 93db69f commit acf80e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
set -e
cargo build --release -p flouze-cli
cp target/release/flouze-cli artifacts/flouze-cli-${RELEASE_NAME}-linux-x86_64
- run:
name: Run flouze-flutter tests
command: |-
set -e
cd flouze_flutter
cargo build --release --features ios
LD_LIBRARY_PATH=$(pwd)/../target/release flutter test test/flouze_flutter_ffi_test.dart
- run:
name: Build OpenSSL for Android
command: cd flouze_flutter && ./build-openssl.sh
Expand Down

0 comments on commit acf80e6

Please sign in to comment.