Skip to content

Commit

Permalink
disabled postgresql from win32
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Kühl committed Jul 8, 2019
1 parent 73f91b7 commit 9bd2f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -61,7 +61,7 @@ before_build:
cd "$env:APPVEYOR_BUILD_FOLDER"
mkdir build
cd build
cmake -G "$env:generator" -DMATADOR_ODBC=true -DMSSQL_CONNECTION_STRING:STRING="mssql://sa:Password12!@(local)\\SQL2014/matador_test" -DMATADOR_SQLITE3=true -DMATADOR_MYSQL=true -DMYSQL_CONNECTION_STRING:STRING="mysql://root:Password12!@localhost/matador_test" ..
cmake -G "$env:generator" -DMATADOR_ODBC=true -DMATADOR_POSTGRESQL=false -DMSSQL_CONNECTION_STRING:STRING="mssql://sa:Password12!@(local)\\SQL2014/matador_test" -DMATADOR_SQLITE3=true -DMATADOR_MYSQL=true -DMYSQL_CONNECTION_STRING:STRING="mysql://root:Password12!@localhost/matador_test" ..
# cmake -G "$env:generator" -DMATADOR_ODBC=true -DMSSQL_CONNECTION_STRING:STRING="mssql://sa:Password12!@(local)\\SQL2014/matador_test" -DMATADOR_SQLITE3=true -DMATADOR_MYSQL=false ..
build_script:
Expand Down

0 comments on commit 9bd2f4d

Please sign in to comment.