diff options
| author | ruki <[email protected]> | 2019-08-24 10:49:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-24 10:49:47 +0800 |
| commit | 216839989f150af359ad63143f5b0593f500cd56 (patch) | |
| tree | 98062052d96f6975c30fa1e5665d543ba92d30a3 | |
| parent | 847d92387d6e1fabf485ff6a862f90512f540adf (diff) | |
fix ci
| -rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f5be1a39e..8eae878e7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,8 +51,8 @@ build_script: - ps: (Get-Command xmake).FileVersionInfo.ProductVersion # use bitcodes - ps: xmake l private.utils.bcsave -x 'scripts/**|templates/**' -o bcxmake xmake - - ps: Rename-item xmake/scripts bcxmake/scripts - - ps: Rename-item xmake/templates bcxmake/templates + - ps: Copy-item xmake\scripts bcxmake/scripts -Recurse + - ps: Copy-item xmake\templates bcxmake/templates -Recurse - ps: Remove-Item xmake -Recurse - ps: Rename-Item bcxmake xmake - ps: (Get-Command xmake).FileVersionInfo.ProductVersion |
