Skip to content

Commit a72d51d

Browse files
committed
add some instructions on how to add an execution target
1 parent 122a01c commit a72d51d

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)