mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
test: enable building of tests per default
This commit is contained in:
parent
443ea15c58
commit
b5db1056c4
@ -11,7 +11,7 @@ build_release:
|
||||
stage: build
|
||||
artifacts:
|
||||
paths:
|
||||
- build/test/test
|
||||
- build/test/testTug
|
||||
expire_in: 100s
|
||||
script:
|
||||
- mkdir build && cd build
|
||||
|
||||
@ -31,7 +31,7 @@ endif()
|
||||
|
||||
option(TUG_ENABLE_TESTING
|
||||
"Run tests after succesfull compilation"
|
||||
OFF)
|
||||
ON)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user