1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-19 19:41:28 +00:00
faq-de/.travis.yml

20 lines
978 B
YAML
Raw Normal View History

2016-01-14 15:36:55 +00:00
before_install:
2017-01-12 13:23:32 +00:00
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
2016-01-14 15:36:55 +00:00
- sudo apt-get -qq update
2016-01-19 09:54:34 +00:00
- sudo apt-get install -y hunspell hunspell-ru hunspell-en-us hunspell-de-de
2017-01-11 22:58:16 +00:00
- curl -s https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group > .dict_page
- cat .dict_page | grep -oP "<a href.+title=\"Current release for the project\"" | grep -oP "https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group/[^\"]+" > .current_release
- echo -n $(cat .current_release) > .current_release
- echo -n "/@@download[^\"]+" >> .current_release
- cat .dict_page | grep -oP -f .current_release | wget -q -i - -O dictionary.otx
2016-01-16 20:39:48 +00:00
- unzip dictionary.otx
2016-01-19 15:31:33 +00:00
- git config core.quotepath false
2017-01-12 13:16:03 +00:00
- go get -u github.com/russross/blackfriday-tool
2016-01-14 14:46:56 +00:00
script:
2016-01-19 08:15:30 +00:00
- sh files/.travis.sh
2016-01-14 14:46:56 +00:00
notifications:
email: false