Commit 8bdf58a7 authored by Milo Yip's avatar Milo Yip

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

parent c4a4acc6
...@@ -21,6 +21,8 @@ before_script: ...@@ -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}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment