@@ -0,0 +1,20 @@
+---
+
+sudo: True
+language: 'c'
+virtualenv:
+ system_site_packages: true
+before_install: True
+install: True
+addons:
+ apt:
+ packages:
+ - genisoimage
+ - liblzma-dev
+script:
+ - 'git clone --depth 1 https://github.com/ipxe/ipxe.git ipxe_build'
+ - 'cd ipxe_build/src ; make'