Skip to content

Commit dad2d19

Browse files
author
Daniel Kroening
committed
add clcache to Windows build
1 parent fbcdb25 commit dad2d19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildspec-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ phases:
66
- choco install cyg-get -y --no-progress
77
- cyg-get bash patch bison flex make wget perl
88
- nuget install clcache -OutputDirectory "c:\tools\cygwin\bin" -ExcludeVersion
9-
- cmd /c 'dir c:\tools\cygwin\bin\clcache'
109
- cmd /c 'dir c:\tools\cygwin\bin\clcache\clcache-4.1.0'
11-
- Move-Item -Path 'c:\tools\cygwin\bin\clache\clcache-4.1.0\clcache.exe' -Destination 'c:\tools\cygwin\bin'
10+
- Move-Item -Path "c:\tools\cygwin\bin\clcache\clcache-4.1.0\clcache.exe" -Destination "c:\tools\cygwin\bin"
1211

1312
build:
1413
commands:

0 commit comments

Comments
 (0)