-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add garnix.io for caching and CI (#66)
https://garnix.io/ Pros: * Caching for free * Evaluation of checks, packages, devShells, etc. in parallel Cons: * In beta and it shows * Logs seem to come a little slow in their web UI * When builds finish, the “such and such derivations will be fetched, such and such derivations will be built” output is erased, even though I just saw it there... * Only the last 100 lines of logs are saved (is this the case for failures too...?)
- Loading branch information
Showing
3 changed files
with
16 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
# See: https://garnix.io/docs/yaml_config | ||
builds: | ||
include: | ||
- devShells.x86_64-linux.default | ||
- devShells.aarch64-darwin.default | ||
- packages.x86_64-linux.default | ||
- packages.aarch64-darwin.default | ||
- 'checks.x86_64-linux.*' | ||
- 'checks.aarch64-darwin.*' |