mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 12:52:29 +03:00
added the config of travis-ci
This commit is contained in:
parent
e8f010b9af
commit
9e89459081
24
.travis.yml
Normal file
24
.travis.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
sudo: false
|
||||||
|
dist: trusty
|
||||||
|
language: c
|
||||||
|
compiler: gcc
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- subversion
|
||||||
|
- automake
|
||||||
|
- libtool
|
||||||
|
- zlib1g-dev
|
||||||
|
- libbz2-dev
|
||||||
|
- liblzma-dev
|
||||||
|
- libboost-all-dev
|
||||||
|
- libgoogle-perftools-dev
|
||||||
|
- libxmlrpc-c++.*-dev
|
||||||
|
- cmake
|
||||||
|
- csh
|
||||||
|
script:
|
||||||
|
- ./bjam -j4
|
Loading…
Reference in New Issue
Block a user