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
LimaGroup
Lima-camera-eiger
Commits
1e125e3d
Commit
1e125e3d
authored
Feb 24, 2020
by
Alejandro Homs Puron
Browse files
Revert useless Conda build patch:
* Start CMake build only after a successful configure stage
parent
553a2547
Pipeline
#21774
failed with stages
in 2 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/camera/build.sh
View file @
1e125e3d
#!/bin/bash
cmake
-Bbuild
-H
.
-DLIMA_ENABLE_PYTHON
=
1
-DCAMERA_ENABLE_TESTS
=
1
-DCMAKE_INSTALL_PREFIX
=
$PREFIX
-DPYTHON_SITE_PACKAGES_DIR
=
$SP_DIR
-DCMAKE_FIND_ROOT_PATH
=
$PREFIX
\
&&
cmake
--build
build
--target
install
cmake
-Bbuild
-H
.
-DLIMA_ENABLE_PYTHON
=
1
-DCAMERA_ENABLE_TESTS
=
1
-DCMAKE_INSTALL_PREFIX
=
$PREFIX
-DPYTHON_SITE_PACKAGES_DIR
=
$SP_DIR
-DCMAKE_FIND_ROOT_PATH
=
$PREFIX
cmake
--build
build
--target
install
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