Fix Appveyor builds

This commit is contained in:
Evan Miller
2020-12-21 16:02:30 -05:00
parent cb0ee059b2
commit 307cc50dc0
4 changed files with 13 additions and 4 deletions

View File

@@ -22,7 +22,9 @@ jobs:
- name: Make
run: make
- name: CLI tests
run: ./test_script.sh
run: bash -x ./test_script.sh
- name: SQL tests
run: bash -x ./test_sql.sh
- name: ODBC tests
run: env MDBPATH=test/data ./src/odbc/unittest
- name: pkg-config libmdb test
@@ -51,7 +53,9 @@ jobs:
- name: Make
run: make
- name: CLI tests
run: ./test_script.sh
run: bash -x ./test_script.sh
- name: SQL tests
run: bash -x ./test_sql.sh
- name: ODBC tests
run: env MDBPATH=test/data ./src/odbc/unittest
- name: pkg-config libmdb test