mirror of https://github.com/CGAL/cgal
New script to test if one can send test results to GeometryFactory's
server.
This commit is contained in:
parent
1b12f5a607
commit
27806dd895
|
|
@ -3441,6 +3441,7 @@ Scripts/developer_scripts/mirror_package_files.rb -text
|
|||
Scripts/developer_scripts/mirror_package_impl.rb -text
|
||||
Scripts/developer_scripts/remove_package_files_from_build_tree.rb -text
|
||||
Scripts/developer_scripts/remove_package_files_from_build_tree_impl.rb -text
|
||||
Scripts/developer_scripts/test_testsuite_submission -text
|
||||
Scripts/scripts/cgal_create_cmake_script -text
|
||||
SearchStructures/doc_tex/SearchStructures/d-range.eps -text svneol=unset#application/postscript
|
||||
SearchStructures/doc_tex/SearchStructures/d-range.gif -text svneol=unset#image/gif
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
touch /tmp/CGAL-test-`whoami`
|
||||
SSH_AUTH_SOCK="" scp /tmp/CGAL-test-`whoami` cgaltest@cgal.geometryfactory.com:incoming
|
||||
rm -f /tmp/CGAL-test-`whoami`
|
||||
Loading…
Reference in New Issue