Lines Matching +full:- +full:newerthan
11 - c:\icu-ci-cache
14 # - The VS2017 build is disabled (commented out) below, as we build both VS2015 and VS2017
17 # - For the Cygwin build, the CYG_MIRROR URL used to use the "Cygwin Time Machine" archive
18 # in order to pull a previous version of Cygwin, v2.11.2-1 (with timestamp 1550062412).
23 # In order to speed the builds up we use the "-X" or "--no-verify" option to skip checking
28 ICU_CI_CACHE: c:\icu-ci-cache
29 CYG_URL: https://cygwin.com/setup-x86_64.exe
31 CYG_PACKAGES: automake,gcc-core,gcc-g++,make,pkg-config,perl,python3
32 CYG_ROOT: c:\cygwin-root
33 CYG_CACHE: '%ICU_CI_CACHE%\cygwin64-v3'
37 - BUILDSYSTEM: cygwin64-gcc
41 # - BUILDSYSTEM: VS2017
47 -
50 - BUILDSYSTEM: cygwin64-gcc
53 - ps: >-
54 if ( !(Test-Path "${env:CYG_CACHED_SETUP}" -NewerThan (Get-Date).AddDays(-7)) )
56 …Write-Host "Cached Cygwin setup does not exist or is older than 7 days, downloading from external …
57 New-Item -Force -Type Directory $env:CYG_CACHE
58 Invoke-WebRequest $env:CYG_URL -OutFile $env:CYG_CACHED_SETUP
60 - cmd: >-
61 …--no-verify --quiet-mode --no-shortcuts --no-startmenu --no-desktop --upgrade-also --only-site --s…
65 - "%CYG_ROOT%\\bin\\sh -lc 'echo Hello'"
66 - "%CYG_ROOT%\\bin\\sh -lc 'uname -a'"
69 …- '%CYG_ROOT%\\bin\\bash -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && cd icu4c/source && ./runCo…
71 # -
74 # - BUILDSYSTEM: VS2017
80 # - icu4c/source/allinone/icucheck.bat x64 Release