-
Notifications
You must be signed in to change notification settings - Fork 55
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
initial CI tests for OpenBSD #590
base: main
Are you sure you want to change the base?
Conversation
ci/before_install.sh
Outdated
|
||
rm -f /bin/bash | ||
ln -s /usr/local/bin/bash /bin/bash | ||
grep -q "^/bin/bash" || \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you meant grep -q "^/bin/bash" /etc/shells || [...]
here.
ci/before_install.sh
Outdated
|
||
# Create link to expected gpg binary name and location | ||
rm -f ${GPG21_INSTALL}/bin/gpg | ||
ln /usr/local/bin/gpg2 ${GPG21_INSTALL}/bin/gpg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be symbolic.
6cb3696
to
8a66d3d
Compare
Codecov Report
@@ Coverage Diff @@
## master #590 +/- ##
==========================================
- Coverage 63.03% 63.01% -0.02%
==========================================
Files 63 63
Lines 17413 17413
==========================================
- Hits 10976 10973 -3
- Misses 6437 6440 +3
Continue to review full report at Codecov.
|
No description provided.