test: enable building of tests per default
This commit is contained in:
parent
443ea15c58
commit
b5db1056c4
@ -11,7 +11,7 @@ build_release:
|
|||||||
stage: build
|
stage: build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/test/test
|
- build/test/testTug
|
||||||
expire_in: 100s
|
expire_in: 100s
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
|
|||||||
@ -31,7 +31,7 @@ endif()
|
|||||||
|
|
||||||
option(TUG_ENABLE_TESTING
|
option(TUG_ENABLE_TESTING
|
||||||
"Run tests after succesfull compilation"
|
"Run tests after succesfull compilation"
|
||||||
OFF)
|
ON)
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user