revert appveyor

pull/13/head
ruki 6 years ago
parent 6e876c9a52
commit 4ec0d9a6e6
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 8
      .appveyor.yml

@ -7,13 +7,7 @@ platform:
- Win64
before_build:
- ps: Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-Webrequest "https://raw.githubusercontent.com/xmake-io/xmake/dev/scripts/get.ps1" -UseBasicParsing).Content)) -ArgumentList "dev"
- cmd: xmake --version
- cmd: git clone https://github.com/xmake-io/xmake.git -b repo
- cmd: cd xmake
- cmd: xmake -P core
- cmd: set XMAKE_PROGRAM_DIR=%cd%\xmake
- ps: Copy-Item -Force core\build\xmake.exe $HOME\xmake
- ps: Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-Webrequest "https://raw.githubusercontent.com/tboox/xmake/dev/scripts/get.ps1" -UseBasicParsing).Content)) -ArgumentList "repo"
- cmd: xmake --version
build_script:

Loading…
Cancel
Save