1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
os: Visual Studio 2015 platform: - Win32 - Win64 before_build: - cmd: call install.bat noinput 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