https://github.com/kdmurray91/kWIP
Raw File
Tip revision: c8bec26c8e1efefc01a9686b3ab9297c192548f6 authored by Kevin Murray on 27 January 2019, 08:03:47 UTC
Update link to published paper
Tip revision: c8bec26
.travis.yml
language: cpp

sudo: required
dist: trusty

env:
  matrix:
    - BUILD_TYPE=Release
    - BUILD_TYPE=Debug

compiler:
  - gcc

addons:
  apt:
    packages:
      - python-pip

install:
  - pip install --user sphinx>=1.3

script:
  - bash util/ci-build.sh
back to top