build-farm 305: Add a check action for Vaucanson

2006-08-31 Roland Levillain <roland@lrde.epita.fr> Add a check action for Vaucanson. * buildfarm_worker/brasilia.fns, buildfarm_worker/caracas.fns: Perform the `check' action after a build for each instance of the Vaucanson project. Index: buildfarm_worker/caracas.fns =================================================================== --- buildfarm_worker/caracas.fns (revision 304) +++ buildfarm_worker/caracas.fns (revision 305) @@ -18,11 +18,11 @@ export CC="ccache gcc-3.4" export CXX="ccache g++-3.4" -test_tree vaucanson bootstrap configure build demos install distcheck +test_tree vaucanson bootstrap configure build check demos install distcheck export CC="ccache gcc-4.0" export CXX="ccache g++-4.0" -test_tree vaucanson-gcc4.0 bootstrap configure build demos install distcheck +test_tree vaucanson-gcc4.0 bootstrap configure build check demos install distcheck export CC="ccache icc" export CXX="ccache icpc" @@ -31,7 +31,7 @@ export LDFLAGS="-cxxlib-icc" export LD_LIBRARY_PATH=/home/lrde/admin/lrde/usr/intel/compiler90/include/lib/ export PATH="/home/lrde/admin/lrde/usr/intel/compiler90/bin:$PATH" -test_tree vaucanson-icc bootstrap configure build demos install distcheck +test_tree vaucanson-icc bootstrap configure build check demos install distcheck export CC="ccache gcc" export CXX="ccache g++" Index: buildfarm_worker/brasilia.fns =================================================================== --- buildfarm_worker/brasilia.fns (revision 304) +++ buildfarm_worker/brasilia.fns (revision 305) @@ -8,11 +8,11 @@ export CC="ccache gcc-3.4" export CXX="ccache g++-3.4" -test_tree vaucanson bootstrap configure build demos install distcheck +test_tree vaucanson bootstrap configure build check demos install distcheck export CC="ccache gcc-4.0" export CXX="ccache g++-4.0" -test_tree vaucanson-gcc4.0 bootstrap configure build demos install distcheck +test_tree vaucanson-gcc4.0 bootstrap configure build check demos install distcheck # FIXME: Temp. disabled. @@ -26,7 +26,7 @@ # export LDFLAGS="-cxxlib-icc" # export LD_LIBRARY_PATH=/home/lrde/admin/lrde/usr/intel/compiler90/include/lib/ # export PATH="/home/lrde/admin/lrde/usr/intel/compiler90/bin:$PATH" -# test_tree vaucanson-icc bootstrap configure build demos install distcheck +# test_tree vaucanson-icc bootstrap configure build check demos install distcheck # Olena 0.10a. # FIXME: The PRCS repository is not accessible from goa.
participants (1)
-
Roland Levillain