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
2021-03-01Include additional libraries in build artifacts.Kenneth Hsu
This mimics the steps performed in build-release.sh. We should later consolidate all these operations to unify the build/release process.
2021-03-01Create step to prepare artifacts before upload.Kenneth Hsu
2021-03-01Move NuGet restore to separate step.Kenneth Hsu
2021-02-27Use TrayIcon project assemblies as build artifactsKenneth Hsu
This will hopefully make it so that someone can start up the server using the build artifacts.
2021-02-20Upload build artifacts before running tests.Kenneth Hsu
This hopefully will make the artifacts available even if the tests fail.
2021-02-20Add step to upload build artifacts.Kenneth Hsu
2021-02-09Remove step to install mono, which is already included.Kenneth Hsu
According to the documentation, mono is already included in the ubuntu-latest virtual environment: https://github.com/actions/virtual-environments/blob/ubuntu18/20210131.1/images/linux/Ubuntu1804-README.md
2021-02-08Use product name rather than command name.Kenneth Hsu
2021-02-08Use product name rather than command name.Kenneth Hsu
2021-02-08Install dependencies before checking out source.Kenneth Hsu
2021-02-08Use latest version of checkout action.Kenneth Hsu
2021-02-08Run all tests.Kenneth Hsu
2021-02-08Consolidate Linux and macOS unit test steps.Kenneth Hsu
2021-02-07Revert "Run all tests."Kenneth Hsu
This reverts commit df20aab8edad6119686dec716b05af3fa8824645.
2021-02-07Run all tests.Kenneth Hsu
2021-02-07Rename workflow file.Kenneth Hsu
This workflow now contains a job that runs the UI tests as well.
2021-02-07Run tests on macOS.Kenneth Hsu
2021-02-07Add OS to step name.Kenneth Hsu
2021-02-07Add job to run selenium UI tests.Kenneth Hsu
2021-02-07Remove unit test result reporter job.Kenneth Hsu
Although this displays the test failures more clearly, it doesn't handle matrix builds that well. The failures aren't really differentiated per job (Linux vs. Windows), and this also adds a test result reporter job (successful), as well as a Tests Results job, which fails if a test fails. This makes the list of jobs that appear next to a commit a bit messy.
2021-02-07Define separate job to collect test results from all environments.Kenneth Hsu
2021-02-07Use separate steps for unit tests on Linux and Windows.Kenneth Hsu
These differ by using mono.
2021-02-07Try to consolidate test steps.Kenneth Hsu
2021-02-07Save test results in test result folder.Kenneth Hsu
2021-02-07Use single test result reporter step.Kenneth Hsu
2021-02-07Define step to restore NuGet packages.Kenneth Hsu
This action will add nuget to your $PATH on all operating systems, including macOS and linux, without having to prefix it with mono.
2021-02-07Use separate steps for reporting Linux and Windows test results.Kenneth Hsu
2021-02-07Define different steps for Linux and Windows tests.Kenneth Hsu
2021-02-07Remove ENABLE_GTK compilation symbol.Kenneth Hsu
This is only needed for the UI and not needed for command-line tests.
2021-02-07Run tests on Linux and Windows.Kenneth Hsu
2021-02-07Fix step name.Kenneth Hsu
Apparently, the name cannot reference environment variables.
2021-02-06Change step name.Kenneth Hsu
2021-02-06Add report title to test result reporter.Kenneth Hsu
2021-02-06Use latest nunit test reporter.Kenneth Hsu
2021-02-06Remove unnecessary build steps.Kenneth Hsu
These are not needed to run the tests.
2021-02-06Revert "Try different test result reporter."Kenneth Hsu
This reverts commit 7aa4890cfdbeec44f1041bcbf925c70b11207fd0. Although this is advertised to support NUnit, it doesn't appear to support NUnit format XML test result files.
2021-02-06Try different test result reporter.Kenneth Hsu
2021-02-06Add step to publish unit test results.Kenneth Hsu
2021-02-06Add workflow name.Kenneth Hsu
2021-02-06Add step to run Utility unit tests.Kenneth Hsu
2021-02-06Skip build of DependencyFinder.Kenneth Hsu
This fails with the following error: Program.cs(42,36): error CS1503: Argument 1: cannot convert from 'string' to 'Mono.Cecil.AssemblyNameReference' [/home/runner/work/duplicati/duplicati/BuildTools/DependencyFinder/DependencyFinder.csproj]
2021-02-06Add steps to build projects and solutions.Kenneth Hsu
2021-02-06Add step to restore NuGet packages.Kenneth Hsu
2021-02-06Add step to checkout code.Kenneth Hsu
2021-02-06Fix spelling.Kenneth Hsu
2021-02-06Run apt-get as root.Kenneth Hsu
2021-02-06Add initial unit test workflow definition.Kenneth Hsu
This simply attempts to install mono on ubuntu-latest.
2017-09-21Added donation link againL Day
2017-09-21Rename ISSUE_TEMPLATE.md to .github/ISSUE_TEMPLATE.mdL Day
2017-09-21Delete ISSUE_TEMPLATE.mdL Day