git repos / PlatformFolders

.travis.yml

browsing at commit = c4a78447d68f388ad8e661fde93c70b6a7ac13b6

raw · blame · history

language: cpp

os:
  - linux
  - osx

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

notifications:
  email: false