first commit

This commit is contained in:
Carl Pearson
2020-03-24 08:18:43 -05:00
commit 9849273411
13 changed files with 18165 additions and 0 deletions

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
dist: bionic
language: minimal
cache:
directories:
$HOME/cmake
install:
- ci/install_deps.sh || travis_terminate 1;
script:
- mkdir -p build && cd build
- cmake ..
- make
- test/test_all