Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgag committed Oct 24, 2016
1 parent 2e8e82b commit 90ecb26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mk_tarball() {

# TODO update this part to copy the artifacts that make sense for your project
# NOTE All Cargo build artifacts will be under the 'target/$TARGET/{debug,release}'
cp target/$TARGET/release/hello $td
cp target/$TARGET/release/loc $td

pushd $td

Expand All @@ -35,7 +35,7 @@ mk_tarball() {
# fully conform to Debian packaging guideliens (`lintian` raises a few warnings/errors)
mk_deb() {
# TODO update this part to package the artifacts that make sense for your project
dobin target/$TARGET/release/hello
dobin target/$TARGET/release/loc
}

main() {
Expand Down
2 changes: 1 addition & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ run_test_suite() {
cargo test --target $TARGET

# sanity check the file type
file target/$TARGET/debug/hello
file target/$TARGET/debug/loc
}

main() {
Expand Down

0 comments on commit 90ecb26

Please sign in to comment.