You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Travis fixes:
- Build x64 (for some unknown reason default windows build on travis is x86) - Disable conc336
This commit is contained in:
@@ -64,7 +64,7 @@ else
|
||||
cd bld
|
||||
if [ "$TRAVIS_OS_NAME" = "windows" ] ; then
|
||||
export WIX="c:/Program Files (x86)/WiX Toolset v3.14"
|
||||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCERT_PATH=${SSLCERT} -DWITH_MSI=ON -DWITH_CURL=ON -DPython_ROOT_DIR=c:\python312
|
||||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_GENERATOR_PLATFORM=x64 -DCERT_PATH=${SSLCERT} -DWITH_MSI=ON -DWITH_CURL=ON -DPython_ROOT_DIR=c:\python312
|
||||
|
||||
echo "build from windows"
|
||||
export MARIADB_CC_TEST=1
|
||||
|
@@ -19,6 +19,8 @@ int main(int argc, char *argv[]) {
|
||||
if (IS_SKYSQL(hostname))
|
||||
return 0;
|
||||
|
||||
SKIP_TRAVIS(();
|
||||
|
||||
if (IS_XPAND())
|
||||
SKIP_XPAND;
|
||||
|
||||
|
Reference in New Issue
Block a user