Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-28Enable BulkData tests in AppVeyor.Kenneth Hsu
These were originally skipped to avoid running into AppVeyor's time limit restriction of 60 minutes. At some point the time limit was no longer a concern to us, but the existence of long paths in the test data prevented these tests from running successfully on Windows. Support for long paths was added in pull requests #4256 and #4270. The host for the test data was changed in pull request #4352 to reduce S3 transfer charges, which hopefully means that we can now run the tests in AppVeyor without much worry. This concerns issue #3863.
2019-12-25Remove gitter webhook for AppVeyor builds.Kenneth Hsu
This stopped working on Oct 5, 2019 starting with the below build: https://ci.appveyor.com/project/kenkendk/duplicati/builds/27900990
2019-08-23resolve merge conflictsBlueBlock
2019-07-31update the CI build toolsBlueBlock
- appveyor config now handles if the repo name differs from 'duplicati' - travis sets vars to disable microsoft telemtry
2018-04-03Disable auto-update in AppVeyor builds.Kenneth Hsu
2018-03-27Use YAML file to manage AppVeyor build configuration.Kenneth Hsu
This was exported from the AppVeyor UI, with a few modifications made to upload the test results and throw an exception in the case of a test failure. Note that this overrides the settings specified in the AppVeyor UI.