Commit Graph

203 Commits

Author SHA1 Message Date
zosrothko
f6d201cfba Remove CMake build since it is already done on Travis (#1852) 2017-08-16 14:12:59 -05:00
zosrothko
7bf53d4f3f c++11 support: update the develop branch (#1819)
* Use appveyor.yaml from c++11 branch so that CI run ok.

* Use .travis.yml from the c++ branch so that Travis CI jobs run ok.

* Add c++11 scripts and Linux config so that Travis CI jobs are ok.

* Use mkdocumentation & mkrelease from c++11 branch.

* Use PocoDoc config files from c++11 branch.

* define POCO_ENABLE_C11 as the default

* CMake: ignore Crypto for now. To be fixed since it fails.

* Backport c++11 changes from the c++11 branch

* Add Cygwin config with c++11 setup.

* Update appveyor.yml from c++11 branch.
2017-07-23 21:09:22 +02:00
zosrothko
3230f91175 Switch to MySql 5.7 on x86_64 arch 2017-05-07 11:56:18 +02:00
zosrothko
a12583a6c6 Switch from mysql-5.7.16 to mysql-5.7.17
The MySQL team removed the link on mysql-5.7.16
2017-04-13 13:40:51 +02:00
zosrothko
1ffea8eea1 Cygwin: add downloading of libpcre-devel 2017-02-12 15:50:40 +01:00
zosrothko
7d29037ab5 Update to mysql-5.7.16-win32
Switch  to http://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.16-win32.zip as http://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.13-win32.zip is no more available.
2016-12-11 18:56:22 +01:00
zosrothko
9cb7979dc9 Fix space issue with the msbuild's logger path
With 

```LOGGER='"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"';```

```if (not "%LOGGER%"==""```

evaluate to

```Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll""=="" was unexpected at this time```
2016-09-09 09:25:39 +02:00
Francis ANDRE
0268de2aad Set useenv parameters to noenv 2016-08-23 08:42:53 +02:00
zosrothko
9cf03cc684 YAML does not like embedded comment in PS script. 2016-07-20 11:28:20 +02:00
zosrothko
a4c786532f Using installed CMake 2016-07-20 11:25:47 +02:00
FrancisANDRE
b63de4ea44 MySQL download link for 5.7.11 is broken!!!! Use 5.7.13 instead. 2016-07-19 11:22:10 +02:00
FrancisANDRE
c89ca9ac5a Ignore spurious failure in NetSSL_Win that blocks PR delivery.
!!!FAILURES!!!
Runs: 30   Failures: 0   Errors: 1
 
There was 1 error: 
 1: class CppUnit::TestCaller<class TCPServerTest>.testReuseSocket
    "class Poco::IOException: I/O error"
    in "<unknown>", line -1
 
EchoConnection: SSL Exception: Failed to receive data in handshake
EchoConnection: SSL Exception: Failed to receive data in handshake
EchoConnection: Software caused connection abort

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-05-31 14:36:44 +02:00
FrancisANDRE
227725bfae Abort the job when lastExitCode different from 0
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-09 11:52:47 +02:00
FrancisANDRE
c6fe923702 Remove DOX Cygwin commands.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-05 08:30:55 +02:00
FrancisANDRE
f45ba9fc72 Use PowerShell for Cygwin build commands.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-05 08:30:10 +02:00
FrancisANDRE
68a1b105ee Use Powershell for Cygwin commands.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-05 08:10:03 +02:00
FrancisANDRE
495db12206 Commented out the static build to reduce the overall CI build time.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-05 00:02:28 +02:00
FrancisANDRE
c6ec1baadb Build Cygwin first.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-01 16:52:05 +02:00
FrancisANDRE
93be8d9042 Run ctest also in x64
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 20:56:38 +02:00
FrancisANDRE
eb85dad31f Use mysql-5.7.11. Stop Start-Process with -EA Stop.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 20:53:46 +02:00
FrancisANDRE
239968de29 Reformat. Add cmake with vs140.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 11:21:10 +02:00
FrancisANDRE
cb1d60e5ac Use DOS for all cygwin commands.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 10:10:59 +02:00
FrancisANDRE
154418a63a Quoting variables
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 09:59:48 +02:00
FrancisANDRE
abc6cbcec1 Another try with protected args.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 09:47:08 +02:00
FrancisANDRE
8ca27c772f Restore comma for yaml
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 09:39:28 +02:00
FrancisANDRE
f0ab1feef5 Split DOS Win32/x64
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 09:27:27 +02:00
FrancisANDRE
12448bb3d3 Retry DOS for Cygwin
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 09:19:02 +02:00
FrancisANDRE
23b89f2aa2 Try DOS style for Cygwin
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 07:59:08 +02:00
FrancisANDRE
38aaa560e3 Try vsver140
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-29 23:19:04 +02:00
FrancisANDRE
137704c065 Run Cygwin64 tetsuite
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-28 10:32:31 +02:00
FrancisANDRE
a4f9b01e4d Better with x86_64
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-28 00:17:28 +02:00
FrancisANDRE
0368a27d7e Use Cygwin64 also.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-28 00:14:05 +02:00
FrancisANDRE
2a6600ca62 Avoid AppVeyor error on running make -j4 on a single processor.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-23 16:08:38 +01:00
FrancisANDRE
565c1829aa Remove installation of Cygwin64 until it will be available.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-23 15:24:15 +01:00
FrancisANDRE
2af693c412 Try Cygwin64
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-20 13:16:43 +01:00
FrancisANDRE
109194e5af Use bash.exe instead of sh.exe
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-18 10:37:38 +01:00
FrancisANDRE
e137bea440 Use sh.exe command.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-18 09:53:52 +01:00
FrancisANDRE
203d820122 sh.exe is in C:\cygwin\bin
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 22:07:45 +01:00
FrancisANDRE
9516329d47 package is libmysqlclient-devel
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 22:05:13 +01:00
FrancisANDRE
6d8d81c8a8 Exclude Foundation from Cygwin testsuite.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 21:04:00 +01:00
FrancisANDRE
793543a455 Start cygserver as a DOS command.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 16:35:26 +01:00
FrancisANDRE
3ed928a49b Run cygserver thru sh
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 15:41:26 +01:00
FrancisANDRE
aabeee9df2 Use specific appveyor scripts
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 15:11:10 +01:00
FrancisANDRE
1ed15b32c1 Download & install libiodbc and related odbc drivers.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 13:34:43 +01:00
FrancisANDRE
80f4210c01 setup-x86.exe does not work under PS
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 13:02:19 +01:00
FrancisANDRE
7805260dfa setup-x86 is in C:\cygwin not in C:\cygwin\bin.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 12:33:42 +01:00
FrancisANDRE
e7091b68e3 Use absolute path for setup-x86.exe under PS
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 12:19:49 +01:00
FrancisANDRE
2b68e92cff Use PS to install openssl
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 12:12:55 +01:00
FrancisANDRE
62641783a1 Run cygwin testsuites
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 10:06:30 +01:00
FrancisANDRE
f84a220562 Retry openssl on cygwin64
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-17 09:54:05 +01:00