# Enable C++ support
language: cpp
# Compiler selection
compiler:
  - gcc
# Build steps
script:
  - make clean all