Skip to content

Commit affde63

Browse files
committed
try to enable odbc
1 parent e62b69c commit affde63

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/linux.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
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()

0 commit comments

Comments
 (0)