We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f3d27 commit aecf644Copy full SHA for aecf644
appveyor.yml
@@ -13,7 +13,7 @@ build_script:
13
- md deploy
14
- move target\release\cpp_codegen_rs.exe deploy\cpp_codegen_windows.exe
15
- copy C:\LLVM\bin\libclang.dll deploy\libclang.dll
16
- - 7z a cpp_codegen_windows.zip deploy\*.*
+ - 7z a cpp_codegen_windows.zip .\deploy\*.*
17
18
test_script:
19
- set RUST_BACKTRACE=1
0 commit comments