Files
haikuports/.travis.yml
Augustin Cavalier ec16504c37 Create .travis.yml.
2015-06-30 14:26:23 -04:00

12 lines
475 B
YAML

language: python
python: "2.7"
install:
- cd ..
- git clone https://github.com/haikuports/haikuporter.git --depth=1
- cd haikuports
- PATH=$PATH:../haikuporter && export PATH
- printf 'TREE_PATH="'`pwd`'"\nPACKAGER="Nobody <server@fake>"\nTARGET_ARCHITECTURE="x86"\n' >haikuports.conf
- wget https://github.com/waddlesplash/haiku-licenses/archive/master.zip && unzip master.zip
script:
- ./lint-new-recipes.sh --config=haikuports.conf --licenses=haiku-licenses-master