git repos / PlatformFolders

.travis.yml

browsing at commit = 4d95f02e39efc50192d81122a260ddd673b1d423

raw · blame · history

language: cpp

os:
  - linux
  - osx

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

notifications:
  email: false