V8 documentation scripts for v8.paulfryzel.com
$ ./v8-doxygen/scripts/run <branch> <doxyfile>
The scripts run nightly on an f1-micro GCE instance with doxygen 1.8.x.
The cron entry is as follows:
0 0 * * * /home/paulfryzel/v8-doxygen/scripts/run master master > /home/paulfryzel/master.log 2>&1
MIT