mirror of
https://github.com/ru-de/faq.git
synced 2024-11-22 18:32:19 +00:00
AOT dict to travis addded
This commit is contained in:
parent
f7bfa43672
commit
516da15135
@ -1,9 +1,10 @@
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get install -y hunspell hunspell-ru hunspell-en-us
|
- sudo apt-get install -y hunspell hunspell-ru hunspell-en-us
|
||||||
|
- curl -s http://extensions.libreoffice.org/extension-center/russian-spellcheck-dictionary.-based-on-works-of-aot-group | grep -oP "http://extensions.libreoffice.org/extension-center/russian-spellcheck-dictionary.-based-on-works-of-aot-group/pscre[^\"]+" | sort -r | head -1 | wget -q -i - -O dictionary.otx
|
||||||
|
- unzip dictionary.otx
|
||||||
script:
|
script:
|
||||||
- git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&"
|
- git diff HEAD^ | hunspell -d russian-aot,en_US | grep "^&"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user