mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-14 18:20:59 +02:00
Skip iso build
This commit is contained in:
parent
161d698160
commit
b3f3b72b62
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user