Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge buildman scripts, automate deploy and release #130

Merged
merged 31 commits into from
May 1, 2020
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
35036b8
add OpenBangla/buildman (commit:a81fbcd6728647cd3e49b4475ab770a1a7e4e…
Feb 15, 2020
1c76e31
integrate buildman workflows
Feb 15, 2020
4f093fb
update build process
Feb 15, 2020
37ddc90
get build version from cmake config
Feb 15, 2020
0a97ad0
update buildman readme
Feb 15, 2020
d93040f
keep version info centrally in version.txt
Feb 16, 2020
1d8b62c
skip ci on non-essential file change
Feb 16, 2020
fa01c82
removed unnecessary condition from workflow
Feb 16, 2020
b1b64e7
implement github release generation
Feb 16, 2020
180886a
workflow name: build -> deploy. update buildman readme
Feb 16, 2020
096b09e
skip running workflows on tag push
Feb 16, 2020
da7341f
update install instructions with repo config.
Feb 16, 2020
ec1db32
add branch filter to PR ci
Feb 17, 2020
304390d
simplify ubuntu/debian install cmd + fix target paths
Feb 17, 2020
3552296
add back a missing cmd
Feb 17, 2020
322cbbd
support minor ubuntu versions
Feb 17, 2020
6672a07
get bintray username from secrets
Feb 17, 2020
93d3293
checking $DEPLOY not needed now in deploy workflow
Feb 17, 2020
28b9a92
drop ubuntu 17 (unmaint'd)
Feb 17, 2020
fbae457
don't overwrite dist deploys
Feb 17, 2020
cb94567
drop ubuntu16. readme typo fix
Feb 17, 2020
7630593
fix ubuntu deployment
Feb 17, 2020
8dcf823
Merge branch 'master' into gh-release
Mar 25, 2020
bee52a6
fix typo in readme cmd
Apr 13, 2020
17bed9b
Merge branch 'master' of github.com:OpenBangla/OpenBangla-Keyboard in…
Apr 26, 2020
f24629e
revert readme
Apr 26, 2020
09b19f1
uploads separate installers to release
Apr 26, 2020
f8298e5
added deployment distro units note
Apr 26, 2020
cdf41bb
fixed typo in tools/publish.sh
Apr 26, 2020
428a844
add archlinux packager metadata, update pkg fmt
May 1, 2020
e498296
package metadata consistency
May 1, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
strategy:
matrix:
container: [ "ubuntu:18.04", "ubuntu:19.10", "ubuntu:20.04", "debian:9", "debian:10", "fedora:29", "fedora:30", "fedora:31", "fedora:32", "archlinux:latest" ]
mominul marked this conversation as resolved.
Show resolved Hide resolved
# this list should be updated from time to time by consulting these pages:
# https://releases.ubuntu.com/
# https://wiki.debian.org/DebianReleases#Production_Releases
# https://fedoraproject.org/wiki/Releases
runs-on: "ubuntu-latest"
container:
image: ${{ matrix.container }}
Expand Down