Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 1d09584

Browse files
committed
Some tweaks to #189
1 parent 74fcb51 commit 1d09584

File tree

3 files changed

+29
-13
lines changed

3 files changed

+29
-13
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- checkout
4141
- run: cargo build --verbose --manifest-path glue/Cargo.toml
4242
- run: cargo install --path cargo-apk
43-
- run: cd examples/basic && cargo apk && cd ..
44-
- run: cd examples/use_assets && cargo apk && cd ..
45-
- run: cd examples/use_icon && cargo apk && cd ..
43+
- run: cd examples/basic && cargo apk build && cd ..
44+
- run: cd examples/use_assets && cargo apk build && cd ..
45+
- run: cd examples/use_icon && cargo apk build && cd ..
4646

4747
build-final-image:
4848
working_directory: ~/android-rs-glue

cargo-apk/Cargo.lock

Lines changed: 25 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-apk/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ description = "Cargo subcommand that allows you to build Android packages"
77
repository = "https://github.com/tomaka/android-rs-glue/tree/master/cargo-apk"
88

99
[dependencies]
10+
cargo = "0.32.0"
1011
clap = "2.31"
1112
failure = "0.1.2"
1213
rustc-serialize = "0.3.19"
1314
term = "0.4.4"
1415
toml = "0.1.28"
15-
16-
[dependencies.cargo]
17-
git = "https://github.com/rust-lang/cargo.git"
18-
rev = "aab0a3385932c8f5453c4fcd69e23c82bbc1c921"

0 commit comments

Comments
 (0)