diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml index b8a88d8b5..51b27fb35 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,10 +14,6 @@ before_build: - cmd: dir C:\xmake build_script: - - cmd: cd tests\console_c - - cmd: if %platform%==Win32 xmake f -m debug - - cmd: if %platform%==Win64 xmake f -m debug -a x64 - - cmd: xmake - -test_script: - - cmd: xmake --version + - cmd: cd core + - cmd: if %platform%==Win64 xmake f -a x64 + - cmd: xmake -v |
