package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
392 B

6 years ago
os:
6 years ago
- Visual Studio 2017
6 years ago
- Visual Studio 2015
- Visual Studio 2013
platform:
- Win32
- Win64
before_build:
6 years ago
- ps: Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-Webrequest "https://raw.githubusercontent.com/tboox/xmake/dev/scripts/get.ps1" -UseBasicParsing).Content)) -ArgumentList "dev"
6 years ago
- cmd: xmake --version
build_script:
6 years ago
- cmd: xmake l scripts/test.lua -D
6 years ago