summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0d8e7279dfe..81d4e013a2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ env:
global:
- ACE_ROOT=$TRAVIS_BUILD_DIR/ACE
- TAO_ROOT=$TRAVIS_BUILD_DIR/TAO
+ - CIAO_ROOT=$TRAVIS_BUILD_DIR/CIAO
+ - DANCE_ROOT=$TRAVIS_BUILD_DIR/DAnCE
- MPC_ROOT=$TRAVIS_BUILD_DIR/MPC
- PATH=$ACE_ROOT/lib:$PATH
before_install:
@@ -13,9 +15,9 @@ before_install:
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
+ - echo -e "include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU
script:
- - perl $ACE_ROOT/bin/mwc.pl -type gnuace
+ - perl $ACE_ROOT/bin/mwc.pl -type gnuace -exclude ATCD/TAO -exclude ATCD/CIAO -exclude ATCD/DAnCE
- make