test: enable building of tests per default

This commit is contained in:
Max Lübke 2022-08-24 09:06:24 +02:00
parent 443ea15c58
commit b5db1056c4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ build_release:
stage: build
artifacts:
paths:
- build/test/test
- build/test/testTug
expire_in: 100s
script:
- mkdir build && cd build

View File

@ -31,7 +31,7 @@ endif()
option(TUG_ENABLE_TESTING
"Run tests after succesfull compilation"
OFF)
ON)
add_subdirectory(src)