git repos / PlatformFolders

.travis.yml

browsing at commit = e7649149a34c37c89353117bd7e8bf2c5a504dc3

raw · blame · history

language: cpp

os:
  - linux
  - osx

compiler:
  - gcc
  - clang
script: make && ./platform_folders.out

notifications:
  email: false