mirror of
https://github.com/zhigang1992/LittleX.git
synced 2026-01-12 17:23:24 +08:00
21 lines
361 B
YAML
21 lines
361 B
YAML
os: osx
|
|
language: objective-c
|
|
sudo: false
|
|
|
|
env:
|
|
global:
|
|
# $THEOS is absolutely needed for theos to even be found
|
|
- THEOS=~/theos
|
|
|
|
before_install:
|
|
# update homebrew and install dependencies
|
|
- brew update
|
|
- brew install dpkg ldid
|
|
|
|
# install theos
|
|
- git clone --recursive git://github.com/theos/theos.git ~/theos
|
|
|
|
script:
|
|
# build!
|
|
- make
|