summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0d8e7279dfe104ad9034296abdc0ac3b8d85bfa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: cpp
compiler:
  - gcc
env:
  global:
  - ACE_ROOT=$TRAVIS_BUILD_DIR/ACE
  - TAO_ROOT=$TRAVIS_BUILD_DIR/TAO
  - MPC_ROOT=$TRAVIS_BUILD_DIR/MPC
  - PATH=$ACE_ROOT/lib:$PATH
before_install:
  - git clone git://github.com/DOCGroup/MPC.git

before_script:
  - export
  - echo -e "#include \"ace/config-linux.h\"" >> $ACE_ROOT/ace/config.h
  - echo -e "include include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU

script:
  - perl $ACE_ROOT/bin/mwc.pl -type gnuace
  - make