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

Commit a47799f

Browse files
committed
update?
1 parent 90410ac commit a47799f

File tree

7 files changed

+2
-352
lines changed

7 files changed

+2
-352
lines changed

ci/before_deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ main() {
1818
test -f Cargo.lock || cargo generate-lockfile
1919

2020
# TODO Update this to build the artifacts that matter to you
21-
cross rustc --bin hello --target $TARGET --release -- -C lto
21+
cross rustc --bin main --target $TARGET --release -- -C lto
2222

2323
# TODO Update this to package the right artifacts
24-
cp target/$TARGET/release/hello $stage/
24+
cp target/$TARGET/release/main $stage/
2525

2626
cd $stage
2727
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *

src/.travis.yml

Lines changed: 0 additions & 130 deletions
This file was deleted.

src/appveyor.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

src/ci/before_deploy.ps1

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/ci/before_deploy.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/ci/install.sh

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/ci/script.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)