Commit Graph

9 Commits

Author SHA1 Message Date
David Anderson b7c32cf3f9
Merge pull request #4280 from AenBleidd/vko_add_codecov_action_to_ci_yml
[Codecov] Use action to upload coverage report
2021-03-29 17:01:59 -07:00
Vitalii Koshura 96de335b3c
[Codecov] Use action to upload coverage report
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-03-30 01:03:08 +02:00
Tal Regev 4ca980f5c3 Compile wrappture app for linux and android 2021-03-30 00:41:03 +03:00
Tal Regev 5cae2d5c31 Compile openclapp with opencl package on the ci 2021-03-09 20:16:12 +02:00
Vitalii Koshura bd8c522d2d
Merge pull request #4173 from BOINC/cb_codecov-fix
[CI] Linux: checkout two commits for codecov to work
2021-02-22 08:30:38 +01:00
Vitalii Koshura 90e9e0c819
[linux] Fix CI build on Ubuntu 20.04
This fixes #4201

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-02-19 00:15:28 +01:00
Christian Beer 405bd7f2b0
[CI] Linux: checkout two commits for codecov to work 2021-02-09 16:52:25 +01:00
Christian Beer f0e9c4596a [CI] make build artifacts available through github 2021-01-04 14:02:50 +01:00
Christian Beer ebc507e082 [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>
2020-12-23 12:31:16 +01:00