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

Add installation testing. #3037

Closed
crtrott opened this issue May 15, 2020 · 1 comment
Closed

Add installation testing. #3037

crtrott opened this issue May 15, 2020 · 1 comment
Assignees
Labels
Enhancement Improve existing capability; will potentially require voting

Comments

@crtrott
Copy link
Member

crtrott commented May 15, 2020

This was implemented in #3034

@crtrott crtrott added Enhancement Improve existing capability; will potentially require voting InDevelop labels May 15, 2020
@crtrott crtrott added this to the Tentative 3.2 Release milestone May 15, 2020
@junghans
Copy link
Contributor

You should also run some like:

DESTDIR=${PWD}/install cmake --install . && rm -rf ${PWD}/install/usr && rmdir ${PWD}/install

to make sure DESTDIR (for packaging) works correctly and nothing get installed outside of CMAKE_INSTALL_PREFIX (/usr in the above line).

@ndellingwood ndellingwood added this to Done in Milestone: Release 3.2 via automation Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improve existing capability; will potentially require voting
Projects
No open projects
Development

No branches or pull requests

4 participants