Skip to content

Commit

Permalink
Try #1:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] committed Apr 27, 2019
2 parents 0c7016c + 48437a2 commit 84062a8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 66 deletions.
11 changes: 11 additions & 0 deletions .buildbot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

set -e

# Use the most recent successful ykrustc build.
tar jxf /opt/ykrustc-bin-snapshots/ykrustc-stage2-latest.tar.bz2
export PATH=`pwd`/ykrustc-stage2/stage2/bin:${PATH}
export PATH=`pwd`/ykrustc-stage2/stage2-tools-bin:${PATH}

cargo fmt --all -- --check
cargo test
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[workspace]
members=[
"ykpack",
"ykrt",
"yktrace"
]
File renamed without changes.
15 changes: 0 additions & 15 deletions ykpack/.travis.yml

This file was deleted.

8 changes: 0 additions & 8 deletions ykrt/.travis.yml

This file was deleted.

43 changes: 0 additions & 43 deletions yktrace/.buildbot.sh

This file was deleted.

0 comments on commit 84062a8

Please sign in to comment.