Let travis to build perftest and example, and run perftest.

This commit is contained in:
Milo Yip 2014-06-29 16:42:11 +08:00
parent c4a4acc6c7
commit 8bdf58a725

View File

@ -21,6 +21,8 @@ before_script:
- cd "${TRAVIS_BUILD_DIR}" - cd "${TRAVIS_BUILD_DIR}"
script: script:
- make -C build/gmake -f test.make unittest - make -C build/gmake -f test.make
- make -C build/gmake -f example.make
- cd bin - cd bin
- ./unittest_${config_suffix} - ./unittest_${config_suffix}
- ./perftest_${config_suffix}