-
Notifications
You must be signed in to change notification settings - Fork 33
Improved development experience using meson devenv #296
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
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -176,3 +176,8 @@ endif | |
| configure_file(input: 'tools/tuhi-gui-flatpak.py', | ||
| output: 'tuhi-gui-flatpak.py', | ||
| copy: true) | ||
|
|
||
| tuhi_devenv = environment() | ||
| tuhi_devenv.set('TUHI_DEVEL', meson.current_build_dir()) | ||
| tuhi_devenv.set('PYTHONPATH', meson.current_source_dir()) | ||
| meson.add_devenv(tuhi_devenv) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. alrighty, this needs a version check please - our CI pulls down 0.53 and devenv was added in 0.58. ideally we should modify the CI so it also tests against current meson from pip but... who's got the time for that...
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
any problem with bumping ubuntu from 20.04lts to 22.04lts?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. bumping the CI is fine and easy enough but I suspect we have quite a few users that will stay on 20.04 for quite a while. Better to put the version check in. |
||
Uh oh!
There was an error while loading. Please reload this page.