Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c80b60de57a5e588801e429aebaeb2352194f663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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