git repos / PlatformFolders

.travis.yml

browsing at commit = 2b84d0ceaf97800ccb709ed5483f90818da72321

raw · blame · history

language: cpp

os:
  - linux
  - osx

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

notifications:
  email: false