Skip to content

Commit

Permalink
Adds bulk.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Aug 1, 2017
1 parent 8399f2d commit 3df94a8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bulk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
minimum-bulk: v0.4.5

versions:

- file: Cargo.toml
block-start: ^\[package\]
block-end: ^\[.*\]
regex: ^version\s*=\s*"(\S+)"
9 changes: 9 additions & 0 deletions vagga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ commands:
environ: { RUST_BACKTRACE: 1 }
run: [cargo, test]

_bulk: !Command
description: Run `bulk` command (for version bookkeeping)
container: ubuntu
run: [bulk]

containers:

ubuntu:
Expand All @@ -36,6 +41,10 @@ containers:
url: "https://static.rust-lang.org/dist/rust-1.17.0-x86_64-unknown-linux-gnu.tar.gz"
script: "./install.sh --prefix=/usr \
--components=rustc,rust-std-x86_64-unknown-linux-gnu,cargo"
- &bulk !Tar
url: "https://github.com/tailhook/bulk/releases/download/v0.4.9/bulk-v0.4.9.tar.gz"
sha256: 23471a9986274bb4b7098c03e2eb7e1204171869b72c45385fcee1c64db2d111
path: /

environ:
HOME: /work/target
Expand Down

0 comments on commit 3df94a8

Please sign in to comment.