mirror of https://github.com/CGAL/cgal
19 lines
596 B
Bash
19 lines
596 B
Bash
#!/bin/sh
|
|
CGAL_ROOT="/cygdrive/c/cgal/test"
|
|
BUILD_HOSTS="localhost"
|
|
REFERENCE_PLATFORMS_DIR="c:/cgal/reference_platforms"
|
|
CGAL_TESTER="afabri"
|
|
CGAL_TESTER_NAME="gauguin (GF)"
|
|
CGAL_TESTER_ADDRESS="andreas.fabri@geometryfactory.com"
|
|
|
|
COMPILERS_localhost=""
|
|
COMPILERS_localhost="$COMPILERS_localhost x64_Cygwin-Windows10_MSVC2017-Release-64bits"
|
|
COMPILERS_localhost="$COMPILERS_localhost x64_Cygwin-Windows10_MSVC2017-Debug-64bits"
|
|
|
|
MYSHELL="bash --login"
|
|
FTP_OPTS="-v -n"
|
|
PROCESSORS_localhost="7"
|
|
|
|
UPLOAD_RESULT_DESTINATION="cgaltest@cgaltest.geometryfactory.com:incoming"
|
|
WGET_OPTS="--no-verbose"
|