Skip to content

Commit

Permalink
c/p from fin-deu
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi A Pirinen committed Apr 20, 2017
1 parent 1a9ee44 commit 2457ce7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
dist: trusty
before_install:
- wget http://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash
- sudo apt-get install hfst apertium lttoolbox apertium-dev apertium-eng lttoolbox-dev libhfst49-dev cg3 apertium-lex-tools
- wget https://github.com/flammie/apertium-fin/archive/master.zip
- unzip master.zip
- pushd apertium-fin-master && ./autogen.sh && ./configure && make && sudo make install && popd
script:
- ./autogen.sh
- ./configure
- make
- make check
notifications:
irc:
channels:
- "chat.freenode.net#omorfi"
- "chat.freenode.net#apertium"
on_failure: change
on_success: never

0 comments on commit 2457ce7

Please sign in to comment.