aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
Commit message (Collapse)AuthorAge
* Fixed GitHub workflow.Gravatar mitchell2022-03-04
|
* Updated GitHub workflow to use typed inputs.Gravatar mitchell2022-03-03
|
* Fixed build issues introduced in the previous commit.Gravatar mitchell2022-03-02
|
* Build with GTK3 by default on Linux using new textadept-build:v2.0 Docker image.Gravatar mitchell2022-03-01
| | | | Build with GTK 2 using new GTK2 flag.
* Include 'format' module in GitHub releases.Gravatar mitchell2022-02-25
|
* Seventh pass refactoring Makefile.Gravatar mitchell2022-02-25
| | | | Mainly fixes for regressions introduced during the refactor.
* Sixth pass refactoring Makefile.Gravatar mitchell2022-02-25
| | | | | Consolidate release rules into one and eliminate recursive makes. Also use real executable targets, not phony ones.
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
| | | | Use clang-format, LuaFormatter, and 100 character limit on lines.
* GitHub builds should probably use Ubuntu 18.04, not latest, which is variable.Gravatar mitchell2021-01-25
| | | | This version meets the minimum compiler version requirements.
* Broke up textadept-modules into individual module repositories.Gravatar mitchell2020-10-08
| | | | Zip them all into a single archive during the build process.
* Mark alpha and beta releases as pre-releases.Gravatar mitchell2020-10-01
|
* Keep download link in GitHub release notes.Gravatar mitchell2020-09-19
| | | | | Having the direct links in e-mail notifications seems valuable. It also saves having to search through release assets in the Web UI.
* No need for "-e" in simple sed invocations.Gravatar mitchell2020-09-16
|
* Added initial GitHub workflow for [nightly] builds.Gravatar mitchell2020-09-13