diff options
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index c88f2a0c4..839a1929d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,13 @@ platform: - Win64 before_build: - - cmd: call install.bat noinput + - cmd: curl -fsSL https://github.com/tboox/xmake/releases/download/v2.0.5/xmake-v2.0.5.exe -o xmake-installer.exe + - cmd: mkdir program + - cmd: xmake-installer.exe /S /D=program + - cmd: xmake --version + - cmd: cp -r xmake/* program/ + - cmd: xmake --version + - cmd: ls program build_script: - cmd: cd ./tests/console_c |
