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
291 B

6 years ago
sudo: false
language: C
os:
- linux
- osx
compiler:
- gcc
- clang
install:
6 years ago
- git clone --branch=dev https://github.com/xmake-io/xmake.git tboox/xmake --depth 1
6 years ago
- cd ./tboox/xmake
- ./scripts/get.sh __local__
- cd -
script:
6 years ago
- travis_wait 60 xmake l ./scripts/test.lua -D
6 years ago