Skip to content

Commit 3381814

Browse files
committed
Add a back of magritte ref platforms
1 parent 55d7326 commit 3381814

File tree

14 files changed

+10838
-0
lines changed

14 files changed

+10838
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
PATH=$PATH:/usr/local/bin
2+
export PATH
3+
CGAL_TESTER="cgaltester"
4+
CGAL_TESTER_NAME="GeometryFactory"
5+
6+
CGAL_ROOT=$HOME/cgal_test
7+
LOGS_DIR="${CGAL_ROOT}/AUTOTEST_LOGS"
8+
LOCK_FILE="${CGAL_ROOT}/autotest_cgal_with_cmake.lock"
9+
MYSHELL="/bin/sh -c"
10+
LC_ALL=C
11+
12+
BUILD_HOSTS="localhost"
13+
PROCESSORS_localhost=3
14+
15+
LOGS_DIR="${CGAL_ROOT}/AUTOTEST_LOGS"
16+
LOCK_FILE="${CGAL_ROOT}/autotest_cgal_with_cmake.lock"
17+
18+
#COMPILERS_localhost="x86-64_Darwin-13.0_clang-3.2_isan-Release x86-64_Darwin-13.0_Apple_clang-3.2-Debug x86-64_Darwin-13.0_Apple_clang-3.2-Release"
19+
# Laurent Rineau, 2013/03/05: remove the "isan" version
20+
#COMPILERS_localhost="x86-64_Darwin-13.0_Apple_clang-3.2-Debug x86-64_Darwin-13.0_Apple_clang-3.2-Release"
21+
# Laurent Rineau, 2013/04/08: rename the platforms, and add llvm-gcc-4.2
22+
#COMPILERS_localhost="x86-64_Darwin-13.0_Apple-clang-3.2_Debug x86-64_Darwin-13.0_Apple-clang-3.2_Release x86-64_Darwin-13.0_Apple-llvm-gcc-4.2_Release"
23+
# Laurent Rineau, 2013/05/21: add clang-3.2-cpp11
24+
COMPILERS_localhost=""
25+
COMPILERS_localhost="${COMPILERS_localhost} x86-64_Darwin-13.0_Apple-clang-3.2_Release-cpp11"
26+
COMPILERS_localhost="${COMPILERS_localhost} x86-64_Darwin-13.0_Apple-clang-3.2_Debug"
27+
COMPILERS_localhost="${COMPILERS_localhost} x86-64_Darwin-13.0_Apple-clang-3.2_Release"
28+
COMPILERS_localhost="${COMPILERS_localhost} x86-64_Darwin-13.0_Apple-clang-5.0_Release"
29+
COMPILERS_localhost="${COMPILERS_localhost} x86-64_Darwin-13.0_Apple-llvm-gcc-4.2_Release"
30+
31+
BUILD_ON_localhost=all
32+
33+
REFERENCE_PLATFORMS_DIR=$CGAL_ROOT/reference_platforms
34+
USE_REFERENCE_PLATFORMS=yes
35+

0 commit comments

Comments
 (0)