mirror of https://github.com/CGAL/cgal
7 lines
434 B
Bash
Executable File
7 lines
434 B
Bash
Executable File
#! /bin/sh
|
|
|
|
rsync -av --chmod=u+rwX gauguin:.autocgalrc autocgalrc
|
|
rsync gauguin:cgal/launch_testsuite.bat :cgal/update_eigen.sh .
|
|
rsync -Cvr --chmod=u+rwX --exclude .vs --exclude '*.cpp' --exclude '*vcxproj*' --exclude '*.sln' --exclude '*.sdf' --exclude include --exclude Makefile --exclude \*.cmake --exclude bin --exclude lib --exclude config --exclude CMakeFiles --exclude src gauguin:cgal/reference_platforms .
|
|
chmod -R u=rwX .
|