0
0
Fork 0
haikuports/.travis.yml

11 lines
487 B
YAML
Raw Permalink Normal View History

sudo: false
2015-06-30 18:12:48 +00:00
language: python
2020-12-12 14:29:45 +00:00
python: "3.7"
2015-06-30 18:12:48 +00:00
install:
- cd .. && git clone https://github.com/haikuports/haikuporter.git --depth=1 && cd haikuports
2015-06-30 18:12:48 +00:00
- 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