Logo white

Peter M. Groen / redox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • redox
  • .travis.yml
  • Enable ccache for faster builds.
    01c69d45
    Omer Katz authored
    2016-07-29 10:19:16 +0300  
    Browse Code ยป
.travis.yml 166 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
# Enable C++ support
language: cpp
cache: ccache
# OS
sudo: required
dist: trusty
# Compiler selection
compiler:
  - clang
  - gcc
# Build steps
script: ./make-ci.sh