Skip iso build

This commit is contained in:
Antony Messerli 2015-09-04 11:51:03 -05:00
parent 161d698160
commit b3f3b72b62

View File

@ -6,7 +6,10 @@ language: 'c'
virtualenv: virtualenv:
system_site_packages: true system_site_packages: true
before_install: True before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq genisoimage
install: True install: True
addons: addons:
@ -17,4 +20,4 @@ addons:
script: script:
- 'git clone --depth 1 https://github.com/ipxe/ipxe.git ipxe_build' - 'git clone --depth 1 https://github.com/ipxe/ipxe.git ipxe_build'
- 'cd ipxe_build/src ; make ipxe.kpxe' - 'cd ipxe_build/src ; make bin/ipxe.kpxe'