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.
19 lines
274 B
19 lines
274 B
6 years ago
|
sudo: false
|
||
|
language: C
|
||
|
os:
|
||
|
- linux
|
||
|
- osx
|
||
|
compiler:
|
||
|
- gcc
|
||
|
- clang
|
||
|
|
||
|
install:
|
||
|
- git clone --branch=repo https://github.com/xmake-io/xmake.git tboox/xmake --depth 1
|
||
|
- cd ./tboox/xmake
|
||
|
- ./scripts/get.sh __local__
|
||
|
- cd -
|
||
|
|
||
|
script:
|
||
|
- xmake l ./scripts/test.lua
|
||
|
|