mirror of
https://github.com/pocoproject/poco.git
synced 2025-07-04 09:37:11 +02:00
Use DOS for all cygwin commands.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
154418a63a
commit
cb1d60e5ac
16
appveyor.yml
16
appveyor.yml
@ -330,8 +330,8 @@ before_build:
|
|||||||
after_build:
|
after_build:
|
||||||
- ps: |
|
- ps: |
|
||||||
$line='-------------------------------------------------------------------------------------';
|
$line='-------------------------------------------------------------------------------------';
|
||||||
$find='c:\cygwin\bin\find.exe';
|
$find='find.exe';
|
||||||
$arg1="$env:POCO_BASE -type f -name '*.cpp' -exec c:\cygwin\bin\grep -n -H ";
|
$arg1="$env:POCO_BASE -type f -name '*.cpp' -exec grep -n -H ";
|
||||||
$arg2=" {} ;"
|
$arg2=" {} ;"
|
||||||
|
|
||||||
$word='FIXME'
|
$word='FIXME'
|
||||||
@ -376,15 +376,9 @@ build_script:
|
|||||||
#
|
#
|
||||||
# Command executed with exception: MC: Compiling C:/projects/poco/Foundation/src/pocomsg.mc
|
# Command executed with exception: MC: Compiling C:/projects/poco/Foundation/src/pocomsg.mc
|
||||||
# -------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------
|
||||||
- if %builder%==cygwin (
|
- if "%builder%"=="cygwin" (
|
||||||
- bash.exe configure --everything & make.exe -s
|
bash.exe configure --everything & make.exe -s)
|
||||||
- )
|
|
||||||
# -------------------------------------------------------------------------------------------
|
|
||||||
# if (($env:builder -eq "cygwin") -and ($env:platform -eq "Win32"))
|
|
||||||
# {
|
|
||||||
# $cmd = 'bash.exe configure --everything';iex "& $cmd"
|
|
||||||
# $cmd = 'make.exe -s';iex "& $cmd" }
|
|
||||||
# -------------------------------------------------------------------------------------------
|
|
||||||
- ps: |
|
- ps: |
|
||||||
if ($env:builder -eq "msbuild")
|
if ($env:builder -eq "msbuild")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user