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.
15 lines
366 B
15 lines
366 B
os: |
|
- Visual Studio 2015 |
|
- Visual Studio 2013 |
|
|
|
platform: |
|
- Win32 |
|
- Win64 |
|
|
|
before_build: |
|
- ps: Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-Webrequest "https://raw.githubusercontent.com/tboox/xmake/dev/scripts/get.ps1" -UseBasicParsing).Content)) -ArgumentList "dev" |
|
- cmd: xmake --version |
|
|
|
build_script: |
|
- cmd: xmake l scripts/test.lua |
|
|
|
|