Commit Graph

18 Commits

Author SHA1 Message Date
Ahmed Zetao Yang
a951f93da4 Upgrade actions virtual environment (#2817)
* chore(ci): upgrade actions virtual environment

* chore(ci): upgrade actions

* chore(ci): upgrade vcpkg
2022-07-24 09:16:17 -05:00
luzpaz
04b57e4957 Fix typos (#2705)
Found via `codespell -q 3 -S *.ts,./external`
2022-06-28 08:25:08 -05:00
borgmanJeremy
94e5bb933b fixing windows CI (#2044) 2021-11-04 10:35:19 -05:00
borgmanJeremy
327d7a42b2 debugging failed windows build (#2020)
* debugging failed windows build

* debugging failed windows build

* debugging failed windows build
2021-10-29 14:21:42 -05:00
a1346054
b95e096136 Simple maintenance improvements (#1918)
* Use license file from gnu.org

Downloaded from:
https://www.gnu.org/licenses/gpl-3.0.txt

* Add missing final newline

* Fix link

* Fix shellcheck warnings

* Move donation header one level up

* Fix typos

* Stop mixing tabs and spaces

* Trim trailing whitespace
2021-09-27 20:33:45 -05:00
Yuriy Puchkov
5b15007d04 Sync root files without 'src' with Namecheap master 2021-02-20 13:11:30 +02:00
Ahmed Zetao Yang
503065761e chore(CI): win packages version matches the git tag 2021-02-15 08:05:29 -06:00
Ahmed Zetao Yang
27746b45c4 chore(CI): migrate to a new docker repo & make some adjustments
* migrate to a new docker repo
* remove Fedora 31
* add Fedora 33
* upgrade Qt version to 5.15.2 for Windows
2021-02-06 15:14:58 -06:00
Jeremy Borgman
3acd61fdec always trigger CI on PR 2020-10-25 21:25:10 -05:00
Yuriy Puchkov
472d0dca29 Merge branch 'flameshot-org-master' into bugfix/RND-664-flameshot-update-history-widget-on-new-capture 2020-10-16 15:05:12 +03:00
Ahmed Zetao Yang
2f133cab32 chore(CI): using environment files to manage environment (#1073)
* chore(CI): using environment files to manage environment

* using Environment Files, due to the `set-env` command is deprecated and will be disabled soon
* https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
* https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files

* docs: add flathub store badge
2020-10-15 08:02:27 -05:00
Yuriy Puchkov
c92f8e3014 Merge branch 'flameshot-org-master' into bugfix/memory-leak
# Conflicts:
#	.github/workflows/Linux-pack.yml
#	CMakeLists.txt
#	data/graphics.qrc
#	src/config/configwindow.cpp
#	src/tools/imgur/imguruploader.cpp
2020-10-11 20:49:15 +03:00
Ahmed Zetao Yang
eae9c97b23 chore(CI): checkout the head commit instead of using the default merge ref 2020-10-10 08:16:39 -05:00
Yuriy Puchkov
01da6acf56 Fix - github CI/CD, SSL for Windows 2020-10-02 13:37:11 +03:00
Ahmed Zetao Yang
11ceeaca89 chore(CI): provide artifacts for linux and windows 2020-09-25 20:11:01 -05:00
Ahmed Zetao Yang
71817a1729 chore(CI): use VERSION info in the yaml files based on the current git tag 2020-09-24 07:53:57 -05:00
borgmanJeremy
58b09bf259 bumped version for 0.8.1 patch release (#968)
* bumped versio for 0.8.1 patch release

* Updated debian log and bumped windows version

* bumped CI version

* Applied patch by @hosiet
2020-09-23 19:57:12 -05:00
Ahmed Zetao Yang
53a9d44c46 Windows packaging & merge two workflow yaml files (#898)
* chore: add win setup assets & using CPack

* chore: add windows packaging & merge the previous cmake-windows.yml into build_cmake.yml
2020-09-13 07:49:04 -05:00