tar up the incompressible sources

This commit is contained in:
Ian Bell
2014-09-15 21:42:32 +02:00
parent 40e5fe5366
commit be44f034b5

2
dev/incompressible_liquids/nightly_build.bsh Normal file → Executable file
View File

@@ -10,5 +10,7 @@ convert -crop 100%x47%+0+30 -resize '850x' -quality 75 report/report2up.jpg repo
echo "Please copy the report and the table directory to the Web/_static/fluid_properties/incompressible folder."
mkdir -p ../../Web/_static/fluid_properties/incompressible
rsync -am report table ../../Web/_static/fluid_properties/incompressible/
echo "Building the tar archive"
tar czvf ../../Web/_static/fluid_properties/incompressibles.tar.gz report table
echo $SEP
exit 0