Skip to content

cwpearson/kk-builder

Repository files navigation

Setup

Requires cron, mutt, git, zip

nix-env -iA nixos.mutt nixos.zip nixos.python310

Cron

0 19 * * *	/home/pearson/kk-builder/entry.sh > /home/pearson/kk-builder/entry.log 2>&1

Mutt

example .muttrc

set my_pass='<pass>'
set [email protected]

set realname = 'Kokkos Kernels Nightly'
set from = [email protected]
set use_from = yes

set smtp_pass = $my_pass
set smtp_url=smtps://[email protected]
set ssl_force_tls = yes
set ssl_starttls = yes

Soft-link .muttrc to ~/.muttrc

About

Nightly builds of Kokkos Kernels using Nix

Topics

Resources

Stars

Watchers

Forks