mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-17 22:58:14 -05:00
add unit tests and determine version from GIT_TAG (#66)
* add unit tests * determine package version from git tag. closes #54. * update readme * bugfix * update example * update gitignore
This commit is contained in:
@@ -44,5 +44,9 @@ before_install:
|
||||
- cmake --version
|
||||
|
||||
script:
|
||||
# unit tests
|
||||
- cmake -Htest -Bbuild/test
|
||||
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build build/test --target test
|
||||
# examples
|
||||
- python3 examples/run_all.py
|
||||
|
||||
Reference in New Issue
Block a user