Compare commits

..

3 Commits

Author SHA1 Message Date
d51a5b89fc add version command
Some checks failed
Test suites / test-build-install (pull_request) Successful in 27s
Test suites / selftest (pull_request) Successful in 55s
Test suites / pylint (pull_request) Successful in 33s
Test suites / formatting (pull_request) Successful in 28s
Test suites / mypy (pull_request) Successful in 31s
Test suites / reuse (pull_request) Failing after 7s
2024-01-16 16:12:39 +01:00
40cba3b4f0 fix pylint by igoring some errors 2024-01-16 16:12:39 +01:00
041ccd24ef add CI tests and publishing workflows 2024-01-16 16:12:39 +01:00
2 changed files with 3 additions and 1 deletions

1
tests/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
ci-test/

View File

@@ -2,7 +2,8 @@
#
# SPDX-License-Identifier: Apache-2.0
# Example configuration file for seafile-mirror
# Configuration file for seafile-mirror which will be filled in and applied in
# the CI test
- server: __seafile_server__
user: __seafile_user__
password: __seafile_pass__