-
Notifications
You must be signed in to change notification settings - Fork 6
/
.travis.yml
33 lines (28 loc) · 946 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: "perl"
perl:
- "5.22"
# - "5.20"
# - "5.18"
# - "5.16"
# - "5.14"
# - "5.12"
# - "5.10"
#before_install:
# - sudo apt-get libxml2-dev zlib1g-dev
# - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
# - sudo apt-get update -qq
# - sudo apt-get install -qq gcc-4.8 g++-4.8
# - CC=g++-4.8 cpanm -v Ufal::MorphoDiTa
env:
- PERL5LIB=lib/
install:
- cpanm --installdeps --notest Treex::Core
- cpanm --notest URI::Find::Schemeless PerlIO::gzip Text::Iconv AI::MaxEntropy Cache::Memcached Email::Find XML::Twig String::Util String::Diff List::Pairwise MooseX::Role::AttributeOverride YAML::Tiny Graph Tree::Trie Text::Brew App::whichpm
- cpanm Lingua::Interset
#- CC=clang cpanm Ufal::MorphoDiTa Ufal::NameTag
#- CC=g++-4.8 cpanm -v Ufal::NameTag
script:
- prove -r lib/Treex/Core
#- lib/Treex/Tool/Tagger/t/morphodita.t
#- lib/Treex/Tool/NER/t/nametag_en.t
#after_success: