Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
L
Lars Wirzenius
packaging: tidy up Debian packaging
CI — 1 passed, 0 failed
z6MkkYez...mgx8 success
9 months ago 57d5f7f11de149bfb31ccab287e5a999a15ceb8d History
radicle-ci-broker debian rules
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	true

override_dh_auto_install:
	cargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool
	find debian -name '.crates*.*' -delete

override_dh_auto_test:
	echo tests are disabled, for now