File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 6666 --no-install-recommends \
6767 autoconf automake libtool gettext gperf \
6868 libgnutls28-dev \
69- libssl-dev libkrb5-dev
69+ libssl-dev libkrb5-dev \
70+ unixodbc-dev pkg-config
7071
7172 - name : configure
7273 run : |
@@ -101,12 +102,13 @@ jobs:
101102
102103 - name : make check
103104 run : |
104- make -C src/tds/unittests check VERBOSE=1
105- make -C src/dblib/unittests check VERBOSE=1
105+ # make -C src/tds/unittests check VERBOSE=1
106+ # make -C src/dblib/unittests check VERBOSE=1
106107 #make -C src/ctlib/unittests check VERBOSE=1
107- make -C src/replacements/unittests check VERBOSE=1
108- make -C src/utils/unittests check VERBOSE=1
109- make -C src/apps/unittests check VERBOSE=1
108+ #make -C src/replacements/unittests check VERBOSE=1
109+ #make -C src/utils/unittests check VERBOSE=1
110+ #make -C src/apps/unittests check VERBOSE=1
111+ make -C src/odbc/unittests check VERBOSE=1
110112
111113 - name : Archive test results on failure
112114 if : failure()
You can’t perform that action at this time.
0 commit comments