Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a cargoup.sh #191

Closed
erickt opened this issue Jul 14, 2014 · 1 comment
Closed

add a cargoup.sh #191

erickt opened this issue Jul 14, 2014 · 1 comment

Comments

@erickt
Copy link
Contributor

erickt commented Jul 14, 2014

It would be nice to have a nightly install script analogous to http://www.rust-lang.org/rustup.sh on the server. This would be especially handy for travis builds so we could standardize on:

# Use something that's not 'ruby' so we don't set up things like
# RVM/bundler/ruby and whatnot. Right now 'rust' isn't a language on
# travis and it treats unknown languages as ruby
language: c

before_install:
  - sudo apt-get update
install:
  - curl -s http://www.rust-lang.org/rustup.sh | sudo sh
  - curl -s http://www.rust-lang.org/cargoup.sh | sudo sh
script:
  - cargo build
  - cargo test
@erickt
Copy link
Contributor Author

erickt commented Jul 14, 2014

dup of #186.

@erickt erickt closed this as completed Jul 14, 2014
ehuss added a commit to ehuss/cargo that referenced this issue Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant