Skip to content

Instantly share code, notes, and snippets.

@amolloy
amolloy / README.txt
Last active December 15, 2015 00:59 — forked from danielpunkass/README.txt
The enclosed config.xml file will instruct Jenkins to check out and build llvm + clang, archiving the resulting clang binary.
The configuration will build daily and will retain builds for 5 days.
To add it to your Jenkins install, just copy the config.xml file to e.g.:
jobs/Clang/config.xml
Then "reload configuration" in Jenkins, or stop and start Jenkins to reload it implicitly.
#!/usr/bin/env ruby -wKU
require 'nokogiri'
require 'time'
receipt_file = ARGV.shift || ''
if receipt_file.empty?
puts "please point me to your receipt file"
exit 1
end