language: cpp dist: trusty os: - linux - osx compiler: - gcc - clang script: - mkdir bld - cd bld - cmake -D CIMGUI_TEST=1 .. - make - ./cimgui_test