Explorar o código

Skip iso build

Antony Messerli %!s(int64=9) %!d(string=hai) anos
pai
achega
b3f3b72b62
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      .travis.yml

+ 5 - 2
.travis.yml

@@ -6,7 +6,10 @@ language: 'c'
 virtualenv:
   system_site_packages: true
 
-before_install: True
+before_install:
+	- sudo apt-get update -qq
+	- sudo apt-get install -qq genisoimage
+
 install: True
 
 addons:
@@ -17,4 +20,4 @@ addons:
  
 script:
   - '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'