diff options
| author | ruki <[email protected]> | 2021-05-06 00:45:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-05-06 00:45:33 +0800 |
| commit | 3b414fadb934da19a1ec0c0ad50db09a0ddb56ee (patch) | |
| tree | 18e7102ba8516a1e5ddfe563e7d4a180a394081d | |
| parent | 75854ac3b895470512e11463bcdfd81871022b66 (diff) | |
improve appveyor
| -rw-r--r-- | .appveyor.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 6affccca0..ca36205c8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -73,8 +73,9 @@ after_build: - ps: Copy-Item .\*.md .\xmake - ps: Copy-Item C:\winenv\ .\xmake -Recurse - ps: Copy-Item .\core\build\xmake.exe .\xmake - - ps: Copy-Item .\scripts\xrepo.bat .\xrepo.bat - - ps: Copy-Item .\scripts\xrepo.ps1 .\xrepo.ps1 + - ps: Copy-Item .\scripts\xrepo.bat .\xmake\xrepo.bat + - ps: Copy-Item .\scripts\xrepo.ps1 .\xmake\xrepo.ps1 + - ps: Copy-Item .\scripts\xrepo-hook.psm1 .\xmake\scripts\xrepo-hook.psm1 - ps: |- Add-Type -AssemblyName System.Text.Encoding Add-Type -AssemblyName System.IO.Compression.FileSystem |
