mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Add initial travis-ci config
This commit is contained in:
parent
da8e7fe0b3
commit
f6f6ec523b
1 changed files with 20 additions and 0 deletions
20
.travis.yml
Normal file
20
.travis.yml
Normal file
|
|
@ -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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue