Update package version to 1.1.58
This commit is contained in:
@@ -7,18 +7,12 @@
|
||||
build() {
|
||||
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_TESTS=ON \
|
||||
-DBUILD_TESTS=OFF \
|
||||
-DPRESENTATION_BACKEND=xlib \
|
||||
-DDYNAMIC_LOADER=ON
|
||||
cmake --build 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
|
||||
}
|
||||
|
||||
# The package function is executed in the source directory
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user