13 - CORBAEMICRO=1 ACEFORTAO=0 TAO=1
14 - CORBAECOMPACT=1 ACEFORTAO=0 TAO=1
16 - ACETESTS=1 ACEFORTAO=0 ACE=1 TAO=0
19 - ACETESTS=1 FACE=1 ACE=1 TAO=0
21 - ACE_ROOT=$TRAVIS_BUILD_DIR/ACE
22 - TAO_ROOT=$TRAVIS_BUILD_DIR/TAO
23 - MPC_ROOT=$TRAVIS_BUILD_DIR/MPC
24 - LD_LIBRARY_PATH=$ACE_ROOT/lib:$LD_LIBRARY_PATH
33 - ubuntu-toolchain-r-test
34 - llvm-toolchain-trusty-6.0
39 env: COMPILER='clang++-6.0' VERSIONED=1 TAO=1 ACETESTS=1
44 - ubuntu-toolchain-r-test
45 - llvm-toolchain-trusty-5.0
50 env: COMPILER='clang++-5.0' VERSIONED=1 TAO=1 ACETESTS=1
55 - ubuntu-toolchain-r-test
60 env: COMPILER='g++-7' VERSIONED=1 TAO=1 ACETESTS=1
65 - ubuntu-toolchain-r-test
70 env: COMPILER='g++-6' VERSIONED=1 TAO=1 ACETESTS=1
72 env: COMPILER=clang++ VERSIONED=1 TAO=1 ACETESTS=1
77 - ubuntu-toolchain-r-test
84 - git clone --depth 1 git://github.com/DOCGroup/MPC.git
92 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then echo -e "#include \"ace/config-linux.h\"" >> $ACE_ROOT/ace/config.h; fi
93 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then echo -e "#include \"ace/config-macosx.h\"" >> $ACE_ROOT/ace/config.h; fi
94 - echo -e "workspace {\n" >> $TRAVIS_BUILD_DIR/travis.mwc
95 - if [ "$TAO" == "1" ]; then echo -e "\$(TAO_ROOT)/TAO_ACE.mwc\n\$(TAO_ROOT)/tests/Hello\n" >> $TRAVIS_BUILD_DIR/travis.mwc; fi
96 - if [ "$ACE" == "1" ]; then echo -e "\$(ACE_ROOT)/ace/ace.mwc\n" >> $TRAVIS_BUILD_DIR/travis.mwc; fi
97 - if [ "$ACETESTS" == "1" ]; then echo -e "\$(ACE_ROOT)/tests\n" >> $TRAVIS_BUILD_DIR/travis.mwc; fi
98 - echo -e "}\n" >> $TRAVIS_BUILD_DIR/travis.mwc
99 - if [ "$FACE" == "1" ]; then echo -e "#define ACE_FACE_SAFETY_BASE" >> $ACE_ROOT/ace/config.h; fi
100 - if [ "$CORBAEMICRO" == "1" ]; then echo -e "corba_e_micro=1" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU; fi
101 - if [ "$CORBAEMICRO" == "1" ]; then echo -e "corba_e_micro=1" >> $ACE_ROOT/bin/MakeProjectCreator/config/default.features; fi
102 - if [ "$CORBAECOMPACT" == "1" ]; then echo -e "corba_e_compact=1" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU; fi
103 - if [ "$CORBAECOMPACT" == "1" ]; then echo -e "corba_e_compact=1" >> $ACE_ROOT/bin/MakeProjectCreator/config/default.features; fi
104 - if [ "$ACEFORTAO" == "1" ]; then echo -e "ace_for_tao=1" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU; fi
105 - if [ "$ACEFORTAO" == "1" ]; then echo -e "ace_for_tao=1" >> $ACE_ROOT/bin/MakeProjectCreator/config/default.features; fi
106 - if [ "$CCMLW" == "1" ]; then echo -e "ccm_lw=1" >> $ACE_ROOT/bin/MakeProjectCreator/config/default.features; fi
107 - if [ "$CCMNOEVENT" == "1" ]; then echo -e "ccm_noevent=1" >> $ACE_ROOT/bin/MakeProjectCreator/config/default.features; fi
108 - if [ "$USES_WCHAR" == "1" ]; then echo -e "uses_wchar=1" >> $ACE_ROOT/bin/MakeProjectCreator/config/default.features; fi
109 - if [ "$VERSIONED" == "1" ]; then echo -e "versioned_namespace=1" >> $ACE_ROOT/bin/MakeProjectCreator/config/default.features; fi
110 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then echo -e "xerces3=1\nssl=1\n" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU; fi
111 - echo -e "inline=0\nipv6=1\n" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU
112 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then echo -e "xerces3=1\nssl=1\n" >> $ACE_ROOT/bin/MakeProjectCreator/config/default.features; fi
113 - echo -e "TAO/tests/Hello/run_test.pl" >> $TAO_ROOT/bin/travis-ci.lst
114 - if [ "$CXX" == "g++" ]; then echo -e "c++11=1\n" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU; fi
115 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then echo -e "include \$(ACE_ROOT)/include/makeinclude/platform_macosx.GNU" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU; fi
116 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then
117 if [ "$CXX" == "g++" ]; then
118 echo -e "include \$(ACE_ROOT)/include/makeinclude/platform_linux.GNU" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU;
120 echo -e "include \$(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU;
123 - cat $TRAVIS_BUILD_DIR/travis.mwc
124 - cat $ACE_ROOT/bin/MakeProjectCreator/config/default.features
125 - cat $ACE_ROOT/ace/config.h
126 - cat $ACE_ROOT/include/makeinclude/platform_macros.GNU
127 - if [[ "${COMPILER}" != "" ]]; then export CXX=${COMPILER}; fi
130 - if [ "$FUZZ" == "1" ]; then exec perl $ACE_ROOT/bin/fuzz.pl; fi
131 - perl $ACE_ROOT/bin/mwc.pl -type gnuace -workers 2 travis.mwc
133 - perl $ACE_ROOT/bin/auto_run_tests.pl -l $TAO_ROOT/bin/travis-ci.lst