Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
59a44cff
Commit
59a44cff
authored
Dec 03, 2015
by
Alexander Dielen
Browse files
Fixed Python flags.
parent
8e365011
Pipeline
#246
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-linux.sh
View file @
59a44cff
...
...
@@ -49,7 +49,7 @@ fi
cd
build-release-
$BUILDPATH
-Vector-Checks
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DOPENMESH_BUILD_UNIT_TESTS
=
TRUE
-DSTL_VECTOR_CHECKS
=
ON
-DOPENMESH_BUILD_PYTHON_
UNIT_TEST
S
=
OFF
$OPTIONS
../
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DOPENMESH_BUILD_UNIT_TESTS
=
TRUE
-DSTL_VECTOR_CHECKS
=
ON
-DOPENMESH_BUILD_PYTHON_
BINDING
S
=
OFF
$OPTIONS
../
#build it
make
...
...
@@ -122,7 +122,7 @@ fi
cd
build-debug-
$BUILDPATH
-Vector-Checks
cmake
-DCMAKE_BUILD_TYPE
=
Debug
-DOPENMESH_BUILD_UNIT_TESTS
=
TRUE
-DSTL_VECTOR_CHECKS
=
ON
-DOPENMESH_BUILD_PYTHON_
UNIT_TEST
S
=
OFF
$OPTIONS
../
cmake
-DCMAKE_BUILD_TYPE
=
Debug
-DOPENMESH_BUILD_UNIT_TESTS
=
TRUE
-DSTL_VECTOR_CHECKS
=
ON
-DOPENMESH_BUILD_PYTHON_
BINDING
S
=
OFF
$OPTIONS
../
#build it
make
...
...
Alexander Dielen
@adielen
mentioned in commit
4b543fc0
·
Dec 07, 2015
mentioned in commit
4b543fc0
mentioned in commit 4b543fc0ecce3ecb4ed8f45035b79cbebf7fd77b
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment