Skip to content

Commit

Permalink
Simplify build.
Browse files Browse the repository at this point in the history
Just build mac and linux.
Remove appveyor file which was designed for windows.
  • Loading branch information
bootandy committed Apr 3, 2018
1 parent 285fd62 commit 61ab0e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 101 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,9 @@ matrix:
# don't need
include:
# Linux
- env: TARGET=aarch64-unknown-linux-gnu
- env: TARGET=arm-unknown-linux-gnueabi
- env: TARGET=armv7-unknown-linux-gnueabihf
- env: TARGET=i686-unknown-linux-gnu
- env: TARGET=i686-unknown-linux-musl
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl

# OSX
- env: TARGET=i686-apple-darwin
os: osx
- env: TARGET=x86_64-apple-darwin
os: osx

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Dust
du + rust = dust. A rust alternative to du

[Releases](https://github.com/bootandy/dust/releases)

Unlike du, dust is meant to give you an instant overview of which directories are using disk space without requiring sort or head. Dust does not count file system blocks; it uses file sizes instead. Dust will print a maximum of 1 'Did not have permissions message'.


Expand Down
93 changes: 0 additions & 93 deletions appveyor.yml

This file was deleted.

0 comments on commit 61ab0e8

Please sign in to comment.