https://github.com/hguo/ftk
Raw File
Tip revision: 6b3e8e208ecfe9354881d1b1e48eb66badd9bc3e authored by Hanqi Guo on 26 March 2020, 20:08:06 UTC
WIP
Tip revision: 6b3e8e2
.travis.yml
language:
  - cpp

script:
  - mkdir build
  - cd build
  - cmake .. -DFTK_BUILD_TESTS=ON
  - cmake --build .
  - ctest

notifications:
  - email
back to top