summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-03-06 09:28:12 -0600
committerAdam Mitz <mitza@ociweb.com>2015-03-06 09:28:12 -0600
commitb3e829bc1e2d4d37de89d83408a1c487b3892ba2 (patch)
tree99745a5a1afb33b2bd3d04e3eaaf36bc51d651d6
parentfb9f22c31f495538e99c2af986cbf4ca69400e07 (diff)
downloadATCD-b3e829bc1e2d4d37de89d83408a1c487b3892ba2.tar.gz
Run the fuzz.pl script on Travis CI.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a590f9abae0..ee7002a9e70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ env:
- CCMLW=1 ACEFORTAO=0
- CCMNOEVENT=1 ACEFORTAO=0
- ACETESTS=1 ACEFORTAO=0
+ - FUZZ=1
global:
- ACE_ROOT=$TRAVIS_BUILD_DIR/ACE
- TAO_ROOT=$TRAVIS_BUILD_DIR/TAO
@@ -50,6 +51,7 @@ before_script:
- cat $ACE_ROOT/include/makeinclude/platform_macros.GNU
script:
+ - if [ "$FUZZ" == "1" ]; then exec perl $ACE_ROOT/bin/fuzz.pl; fi
- perl $ACE_ROOT/bin/mwc.pl -type gnuace -workers 2 travis.mwc
- make -j 2
- perl $ACE_ROOT/bin/auto_run_tests.pl -l $TAO_ROOT/bin/travis-ci.lst