Hash : 33fb79f0 Author : Date : 2016-10-03T20:28:12
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# YAML definition for travis-ci.com continuous integration. # See https://docs.travis-ci.com/user/languages/c language: c compiler: - gcc - clang before_script: - mkdir build - cd build - cmake -G 'Unix Makefiles' .. script: - make