Skip to content

Commit fbcdb25

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildspec-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ phases:
77
- cyg-get bash patch bison flex make wget perl
88
- nuget install clcache -OutputDirectory "c:\tools\cygwin\bin" -ExcludeVersion
99
- cmd /c 'dir c:\tools\cygwin\bin\clcache'
10-
- Move-Item -Path 'c:\tools\cygwin\bin\clache\clcache.exe' -Destination 'c:\tools\cygwin\bin'
10+
- 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'
1112

1213
build:
1314
commands:

0 commit comments

Comments
 (0)