public-inbox.git  about / heads / tags
an "archives first" approach to mailing lists
blob 4687fbc57059b1739e0503caef2e89e1e6f297d4 1049 bytes (raw)
$ git show ci-WIP:ci/README	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
various scripts for automated testing in chroots/VMs/jails

TL;DR: ./ci/run.sh

By default, `sudo' is used to install/uninstall packages.  It may be
overridden with the `SUDO' environment variable.  These scripts should
run in the top-level source tree, that is, as `./ci/run.sh'.

* ci/run.sh - runs tests against all profiles for the current OS

	Environment options may override behavior:

	* DO - may be set to ":" to print commands instead of running
	       default: "" (empty)

	Common commands can be overridden by the environment, too:

	* MAKE - default: "make"
	* PERL - default: "perl"
	* SUDO - default: "sudo"

* ci/deps.perl - script to mass-install/remove packages (requires root/sudo)

	Called automatically by ci/run.sh

	There is no need to run this manually unless you are debugging
	or doing development.  However, it can be convenient to for
	users to mass-install several packages.

* ci/profiles.sh - prints to-be tested package profile for the current OS

	Called automatically by ci/run.sh
	The output is read by ci/run.sh

git clone https://public-inbox.org/public-inbox.git
git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git