Pull in Ox as git subtree

This commit is contained in:
2017-05-06 12:09:42 -05:00
parent 346b01be07
commit 56fb5595f9
60 changed files with 5130 additions and 0 deletions

11
deps/ox/.travis.yml vendored Normal file
View File

@ -0,0 +1,11 @@
language: cpp
sudo: false
dist: trusty
compiler:
- clang
- gcc
addons:
apt:
packages:
- cmake
script: ./scripts/cibuild