We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d3723 commit 54a22c4Copy full SHA for 54a22c4
.github/workflows/testing-on-netbsd.yml
@@ -29,16 +29,20 @@ jobs:
29
eval "$@"
30
}
31
32
- run sudo pkgin -y install mozilla-rootcerts automake autoconf pkg-config gmake
+ run sudo pkgin -y install automake autoconf gmake pkg-config jansson libyaml libxml2 libiconv
33
34
run cc --version
35
36
run ./autogen.sh
37
run ./configure --prefix=/usr
38
run gmake
39
run sudo gmake install
40
- run file /usr/bin/ctags
+
41
+ run readelf -h /usr/bin/ctags
42
+ run readelf -d /usr/bin/ctags
43
44
run ctags --version
45
46
# bugs to fix
47
#run make check CI=gha+vagrant+netbsd
48
run gmake roundtrip CI=gha+vagrant+netbsd
0 commit comments