Update package version to 1.13.1

This commit is contained in:
2025-09-07 21:08:19 +03:00
parent fbf13f8483
commit a64418d9b3
3 changed files with 14 additions and 10 deletions
+1 -8
View File
@@ -15,14 +15,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
python3 configure.py --bootstrap
}
# 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() {
./ninja ninja_test
./ninja_test --gtest_filter=-SubprocessTest.SetWithLots
python3 configure.py --bootstrap --verbose
}
# The package function is executed in the source directory