Update package version to 0.19_20260627

This commit is contained in:
2026-07-08 13:33:27 +03:00
parent c50e819d98
commit 79f7ad07b5
3 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ build() {
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
ctest --test-dir build
ctest --test-dir build --output-on-failure --stop-on-failure
}
# The package function is executed in the source directory