summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-03-12remove VERSION from package file namesRyo Nakamura
This change enables downloading latest packages from URL https://github.com/upa/mscp/releases/latest/download/PACKAGE
2023-03-10add alpine docker to build mscp as a single binaryRyo Nakamura
The build recipe in docker/alpine-3.17.Dockerfile uses conan to build mscp as a single binary (with statically linked musl). Now the mscp binary is portable!
2022-12-11add 'z' to tar in release.yml...Ryo Nakamura
and fix typo in README
2022-11-26add workflow_dispatch to release.ymlRyo Nakamura
2022-11-26github: add source-release jobRyo Nakamura
Default source tar balls in github releases do not include submodules. source-release job uploads mscp tar ball with patched libssh.
2022-11-24fix comments on release.ymlRyo Nakamura
2022-11-24fix codeql.ymlRyo Nakamura
2022-11-24fix codeql.yml: init submodules and apply patch to libsshRyo Nakamura
2022-11-24fix build-macos.ymlRyo Nakamura
2022-11-24update github workflows to fit patched libsshRyo Nakamura
2022-11-13run mscp -h last on ci buildRyo Nakamura
2022-11-13add rocky 8.6 supportRyo Nakamura
2022-11-06add release.yml to automate releasing by tagRyo Nakamura
2022-11-06cleanup docker files and build/test procedureRyo Nakamura
2022-11-06add test.yml to test mscp inside docker on ubuntuRyo Nakamura
2022-11-06run install-build-deps.sh in codeqlRyo Nakamura
2022-11-06Create codeql.ymlRyo Nakamura
2022-11-05do not install libssh and cmake from homebrewRyo Nakamura
because they are already installed on the macos-latest runner.
2022-11-05add ci to build on macosRyo Nakamura
2022-11-05remove test from build steps in github actionsRyo Nakamura
2022-11-05Create cmake.ymlRyo Nakamura
add build test by github actions