Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Remove unused CI script, document CI process
Browse files Browse the repository at this point in the history
Fixes #39
  • Loading branch information
langston-barrett committed Mar 4, 2016
1 parent a733ca2 commit 0644464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ for building generic Mantl utilities.
- [distributive](#distributive)
- [distributive-<package>](#distributive-<package>)
- [Building](#building)
- [Contributing](#contributing)

<!-- markdown-toc end -->

Expand Down Expand Up @@ -196,3 +197,9 @@ Distributive checklists for various Mantl components are included in
If you're on linux, run `hammer` to build all of the packages, which will end up
in `out`. If you're on another platform, run `./build.sh` to fire up a Vagrant
VM that will provision itself with hammer and do the same.

## Contributing

If you add a new package, make sure to add its root directory to
`scripts/paths`, and to add its name to the build matrix in `.travis.yml`.
Otherwise, the CI build won't pick it up.
20 changes: 0 additions & 20 deletions scripts/travis.sh

This file was deleted.

0 comments on commit 0644464

Please sign in to comment.