summaryrefslogtreecommitdiff
path: root/.github/workflows/nightly.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: build with ssh on nightlyEdward Thomson2021-12-231-1/+2
|
* cmake: USE_SSH is not on by defaultEdward Thomson2021-11-111-13/+13
|
* ci: run dynamically loaded openssl workflows nightlyethomson/dlopen_sslEdward Thomson2021-08-241-0/+35
| | | | | Add Xenial, Bionic, CentOS 7 and 8 workflows with OpenSSL-Dynamic builds nightly.
* ci: update centos to find libssh2ethomson/centos_ciEdward Thomson2021-08-211-1/+3
|
* ci: update centos buildsEdward Thomson2021-08-151-0/+2
|
* ci: update centos7 and centos8 buildEdward Thomson2021-08-151-0/+1
|
* ci: run centos7 and centos8 builds nightlyEdward Thomson2021-08-151-0/+12
|
* ci: update nightly to use source pathethomson/ci_nightlyEdward Thomson2021-08-141-5/+6
|
* ci: remove the docker entrypointethomson/dockerfileEdward Thomson2021-08-091-5/+7
| | | | | | | | | Omitting an entrypoint.sh to configure the container and instead depending on docker primitives allows us to be more portable. (If a distribution uses a different mechanism for adding users, we need not have multiple entrypoint.sh files or invariants within it; instead we can configure that in the dockerfile itself along with all the other distribution specific components.)
* ci: don't use ninja on macOSEdward Thomson2021-01-151-1/+0
| | | | | | Ninja is not installed by default on the macOS machines; stop trying to use it. Instead use `make -j` which should be roughly equivalent in performance but supported everywhere.
* github-actions: Also rename the main branch herelhchavez2021-01-071-1/+1
| | | | This should fix the CI.
* Add github action to build and test with mmap emulationDhruva Krishnamurthy2020-12-301-0/+20
|
* ci: run a threadsafe build in nightlyEdward Thomson2020-12-051-0/+8
|
* ci: truly really absolutely run coverityEdward Thomson2020-11-241-1/+2
|
* ci: really truly run coverityEdward Thomson2020-11-241-1/+1
|
* ci: really, really correct usage for coverityEdward Thomson2020-11-241-1/+1
|
* ci: really correct container usage for coverityEdward Thomson2020-11-241-0/+1
|
* ci: correct container usage for coverityEdward Thomson2020-11-241-1/+1
|
* ci: move coverity into nightly buildsEdward Thomson2020-11-231-0/+18
|
* ci: introduce arm nightly builds for GitHub ActionsEdward Thomson2020-11-231-21/+86
|
* ci: propagate environment variablesethomson/arm-actionsEdward Thomson2020-11-201-0/+1
|
* ci: supply a token for self-hosted runnersEdward Thomson2020-11-201-2/+3
|
* ci: supply a token for self-hosted runnersEdward Thomson2020-11-201-1/+3
|
* ci: GitHub Actions for arm64Edward Thomson2020-11-201-0/+5
|
* ci: use GitHub Actions for nightly buildsEdward Thomson2020-11-181-0/+163