mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
.travis.yml: delete
This commit is contained in:
parent
957a2b95fc
commit
ac55653ff3
1 changed files with 0 additions and 21 deletions
21
.travis.yml
21
.travis.yml
|
|
@ -1,21 +0,0 @@
|
|||
language: nix
|
||||
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
global:
|
||||
- CACHIX_CACHE=nix-on-droid
|
||||
|
||||
install:
|
||||
# for cachix we need travis to be a trusted nix user
|
||||
- echo "trusted-users = $USER" | sudo tee -a /etc/nix/nix.conf
|
||||
- sudo systemctl restart nix-daemon
|
||||
- nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||
- cachix use "${CACHIX_CACHE}"
|
||||
- cachix push "${CACHIX_CACHE}" -w &
|
||||
|
||||
script:
|
||||
- nix-build ci.nix
|
||||
|
||||
after_success:
|
||||
- nix-build ci.nix | cachix push "${CACHIX_CACHE}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue