We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tried to create CI for ibus on github using netbsd-vm and netbsd-builder. https://github.com/tsutsui/ibus/blob/ci-netbsd/.github/workflows/main.yml#L200
To test X based applications, I have to manuall install header files under /usr/X11R7/include and libraries in /usr/X11R7/lib are necessary to run CI. https://github.com/tsutsui/ibus/blob/7272daff80bc79db32a4f47942d6b763503b4b67/.github/workflows/main.yml#L227-L228
I wonder if it's worth to
netbsd-builder/conf/netbsd-9.0.opts.txt
Line 32 in a819d79
Thanks,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tried to create CI for ibus on github using netbsd-vm and netbsd-builder.
https://github.com/tsutsui/ibus/blob/ci-netbsd/.github/workflows/main.yml#L200
To test X based applications, I have to manuall install header files under /usr/X11R7/include and libraries in /usr/X11R7/lib are necessary to run CI.
https://github.com/tsutsui/ibus/blob/7272daff80bc79db32a4f47942d6b763503b4b67/.github/workflows/main.yml#L227-L228
I wonder if it's worth to
netbsd-builder/conf/netbsd-9.0.opts.txt
Line 32 in a819d79
Thanks,
The text was updated successfully, but these errors were encountered: