mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
25 lines
383 B
YAML
25 lines
383 B
YAML
|
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
|