mirror of
https://github.com/loot/morrowind.git
synced 2026-07-27 14:16:19 -07:00
27 lines
586 B
YAML
27 lines
586 B
YAML
sudo: false
|
|||
|
|
language: generic
|
||
|
|
|
||
|
|
addons:
|
||
|
|
apt:
|
||
|
|
sources:
|
||
|
|
- ubuntu-toolchain-r-test
|
||
|
|
packages:
|
||
|
|
- libstdc++6
|
||
|
|
- libhttp-parser-dev
|
||
|
|
- libssh2-1-dev
|
||
|
|
|
||
|
|
install:
|
||
|
|
- wget https://github.com/loot/metadata-validator/releases/download/0.14.1/metadata-validator.tar.xz -O - | tar -xJ --strip-components=1
|
||
|
|
- npm install -g js-yaml
|
||
|
|
|
||
|
|
script:
|
||
|
|
- ./metadata_validator $TRAVIS_BUILD_DIR/masterlist.yaml
|
||
|
|
- js-yaml $TRAVIS_BUILD_DIR/masterlist.yaml > /dev/null
|
||
|
|
|
||
|
|
notifications:
|
||
|
|
irc:
|
||
|
|
channels:
|
||
|
|
- "chat.freenode.net#loot"
|
||
|
|
use_notice: true
|
||
|
|
skip_join: true
|