mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 23:32:39 +00:00
30bba07f9c
squashed: a2c6b27 - build: automatically generate main() files c942f0f - remove MULTICALL=1 build from travis cb7b35b - make: remove unnecessary shell command 69bbb31 - update README 03a3168 - all: move main() into separate file that links against util crate 8276384 - make: always build multicall binary aa4edeb - make: avoid 'rustc --crate-file-name'
7 lines
257 B
YAML
7 lines
257 B
YAML
install:
|
|
- curl -O http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
|
|
- tar -zxf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
|
|
- (cd rust-nightly-x86_64-unknown-linux-gnu/ && sudo ./install.sh)
|
|
script:
|
|
- make
|
|
- make test
|