This website requires JavaScript.
Explore
Help
Sign In
urbit
/
shrub
Watch
1
Star
1
Fork
0
You've already forked shrub
mirror of
https://github.com/urbit/shrub.git
synced
2024-12-21 09:51:36 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9bf98f7b6e
shrub
/
nix
/
cachix
/
tests.nix
8 lines
100 B
Nix
Raw
Normal View
History
Unescape
Escape
travis: Cache test results in cachix.
2020-06-11 04:00:26 +03:00
let
ops
=
import
../ops/default.nix
{
}
;
in
travis: Various fixes and improvements. 1. Fix bug in test builds that was causing failures for some reason I still don't understand. `tee` output to stderr was failing with "resource temporarily unavailable". The hack that fixed it was to simply write the herb output to a file and dump it to stdout after it fully completes. 2. sh/cachix works without CACHIX keys. Simply doesn't upload in that case. 3. Write code to cache testbus builds (disabled for now) 4. fakeship builds get further in bootstrap sequence before committing. This fixes problems with PRs from forked repos and enables the scripts to be run locally.
2020-06-11 23:34:47 +03:00
{
results
=
ops
.
test
;
fakebus
=
ops
.
bus
;
}
Reference in New Issue
Copy Permalink