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

Commit

Permalink
update?
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed May 9, 2020
1 parent 90410ac commit a47799f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 352 deletions.
4 changes: 2 additions & 2 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ main() {
test -f Cargo.lock || cargo generate-lockfile

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

# TODO Update this to package the right artifacts
cp target/$TARGET/release/hello $stage/
cp target/$TARGET/release/main $stage/

cd $stage
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *
Expand Down
130 changes: 0 additions & 130 deletions src/.travis.yml

This file was deleted.

93 changes: 0 additions & 93 deletions src/appveyor.yml

This file was deleted.

23 changes: 0 additions & 23 deletions src/ci/before_deploy.ps1

This file was deleted.

33 changes: 0 additions & 33 deletions src/ci/before_deploy.sh

This file was deleted.

47 changes: 0 additions & 47 deletions src/ci/install.sh

This file was deleted.

24 changes: 0 additions & 24 deletions src/ci/script.sh

This file was deleted.

0 comments on commit a47799f

Please sign in to comment.