-
- Downloads
[CI] replace Travis and AppVeyor with Github Actions
This consolidates the different CI builds on one platform that provides support for the major three operating systems we build on (Linux, Windows, MacOS). The nomenclature and syntax is a bit different but it has the same functionality. This commit introduces the Linux and Windows based workflows. All the build artifacts can now be downloaded from [bintray](https://bintray.com/beta/#/boinc/boinc-ci?tab=files ). The CI workflows run for every pull request, every merge into the master branch and every Sunday around 12:00 (GMT). Every first Sunday in a month a cleanup Script is run to delete old artifacts from Bintray. Artifacts from closed/merged pull requests get deleted then. Artifacts from weekly builds and merges into the master branch older than 6 months get deleted too. Co-authored-by:Vitalii Koshura <lestat.de.lionkur@gmail.com>
Showing
- .github/workflows/android.yml 47 additions, 0 deletions.github/workflows/android.yml
- .github/workflows/linux.yml 90 additions, 0 deletions.github/workflows/linux.yml
- .github/workflows/mingw.yml 40 additions, 0 deletions.github/workflows/mingw.yml
- .github/workflows/windows.yml 72 additions, 0 deletions.github/workflows/windows.yml
- .travis.yml 0 additions, 89 deletions.travis.yml
- README.md 9 additions, 9 deletionsREADME.md
- android/ci_build_all.sh 19 additions, 1 deletionandroid/ci_build_all.sh
- appveyor.yml 0 additions, 129 deletionsappveyor.yml
- deploy/deploy_to_bintray.bat 42 additions, 32 deletionsdeploy/deploy_to_bintray.bat
- deploy/deploy_to_bintray.sh 28 additions, 25 deletionsdeploy/deploy_to_bintray.sh
- deploy/prepare_deployment.bat 30 additions, 69 deletionsdeploy/prepare_deployment.bat
- deploy/prepare_deployment.sh 14 additions, 9 deletionsdeploy/prepare_deployment.sh
Loading