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

Ci 58 #242

Merged
merged 2 commits into from
Dec 8, 2023
Merged

Ci 58 #242

merged 2 commits into from
Dec 8, 2023

Conversation

andrewbird
Copy link
Member

No description provided.

configure.meson Outdated Show resolved Hide resolved
configure.meson Outdated

# set -xv

if [ -f meson.build ]; then
if [ ! -d build ] ; then
Copy link
Member

Choose a reason for hiding this comment

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

Mm, in this case I think you need
to use $1 here. I.e. do not hard-code
the dir name.

Copy link
Member

Choose a reason for hiding this comment

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

Or actually just create the build dir
right here?

Copy link
Member Author

Choose a reason for hiding this comment

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

In fact meson setup will create it if necessary.

Copy link
Member

Choose a reason for hiding this comment

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

But meson setup is running after.
So just remove this if block?

Copy link
Member Author

Choose a reason for hiding this comment

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

I modded it now to just see that the arg is not empty.

@stsp stsp merged commit bcb3909 into dosemu2:master Dec 8, 2023
1 check passed
@stsp
Copy link
Member

stsp commented Dec 8, 2023

Thanks!

@andrewbird andrewbird deleted the ci-58 branch December 13, 2023 11:24
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.

2 participants