Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis ci #33

Merged
merged 28 commits into from
Jun 1, 2017
Merged

Travis ci #33

merged 28 commits into from
Jun 1, 2017

Conversation

syncle
Copy link
Contributor

@syncle syncle commented Jun 1, 2017

Basic compilation settings for Ubuntu trusty machine.

@syncle
Copy link
Contributor Author

syncle commented Jun 1, 2017

Current CI shows some issue about installing glfw3 and linking png header files.
The job is halted for now as I am pushing endless commit.
Will test my linux local machine, and will continue the job.

@syncle syncle mentioned this pull request Jun 1, 2017
@@ -14,7 +14,7 @@ The compilation has been tested on Ubuntu 16.04 (gcc 5.4) and Ubuntu 15.10 (gcc
> scripts/install-deps-ubuntu.sh
> mkdir build
> cd build
> cmake ../source/
> cmake ../src/
> make
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not consistent with the current folder tree, so we need to fix it.

set(Open3D_BUILD_PYTHON_BINDING OFF)
set(Open3D_BUILD_PYTHON_BINDING_TESTS OFF)
endif (NOT PythonLibs_FOUND)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python binding is only built when Python is installed in the system.

add_subdirectory(zlib)
add_subdirectory(libpng)
endif (PNG_FOUND)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using pkg_search_module instead of buggy find_package

@qianyizh qianyizh merged commit 0e946a6 into isl-org:master Jun 1, 2017
@qianyizh qianyizh deleted the travis_ci branch June 1, 2017 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants