Skip to content

Commit bd7c2ac

Browse files
author
Perl 6 Evalbot
committed
Merge branch 'master' of github.com:perl6/evalbot
2 parents 184f91c + a72d51d commit bd7c2ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@ This is an IRC bot, which is designed to execute Perl 6 commands from IRC, and
22
echo the output on IRC again.
33

44
Might also work for other languages :-)
5+
6+
To add a new execution target, conduct the following steps:
7+
8+
* build it on the server
9+
* write a script that updates the repo and rebuilds. Store it in the evalbot
10+
repo under build-scripts/rebuild-<targetname>.sh or .pl
11+
* add a cron job for regular rebuilding (crontab -e)
12+
* add the target to %impls in evalbot.pl
13+
* push everything
14+
* pull on the server
15+
* restart evalbot
16+
* PROFIT

0 commit comments

Comments
 (0)