git repos / PlatformFolders

.travis.yml

browsing at commit = 551bd7bdba84f33d00a08086dae0f61e55f495f6

raw · blame · history

language: cpp

os:
  - linux
  - osx

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

notifications:
  email: false