Brenden Matthews
50b302ec04
Use new syntax as per https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files .
2021-03-02 07:30:03 -06:00
Brenden Matthews
770696bef3
Run workflows on PRs, add appimage to releases.
2021-03-02 07:20:57 -06:00
Brenden Matthews
6e6d5f2bc1
Migrate Travis to GitHub workflow.
2021-03-01 12:03:35 -06:00
Brenden Matthews
ba80d6cc85
Refactor workflow.
2021-02-28 18:05:44 -06:00
Brenden Matthews
59eb71b65a
Use mkdir -p.
2021-02-28 17:46:57 -06:00
Brenden Matthews
783ebc269c
Update gcov wrapper to use latest llvm.
2021-02-28 17:00:33 -06:00
Brenden Matthews
801658756f
The order of program search matters (use newest first).
2021-02-28 16:31:16 -06:00
Brenden Matthews
2863e15f3e
Add other llvm cov/profdata versions.
2021-02-28 16:04:40 -06:00
Brenden Matthews
22eccf7cb4
Make sure llvm-profdata is installed.
2021-02-28 15:38:41 -06:00
Brenden Matthews
fb990459e2
Ok ok, but lcov back.
2021-02-28 15:01:28 -06:00
Brenden Matthews
4d107fca34
Fix clang var.
2021-02-28 14:53:59 -06:00
Brenden Matthews
954edef9ef
Simplify clang coverage logic.
2021-02-28 14:46:17 -06:00
Brenden Matthews
42231ae0f5
Add back the other missing make install.
2021-02-28 14:30:21 -06:00
Brenden Matthews
db1ee2a1c2
Add back missing make install.
2021-02-28 12:21:20 -06:00
Brenden Matthews
42aa4c107a
Don't need lcov in base image.
2021-02-28 11:15:28 -06:00
Brenden Matthews
a40c89b1ea
Make sure all tools are installed for build.
2021-02-28 11:05:13 -06:00
Brenden Matthews
642e39cfa3
Remove FreeBSD build stuff.
2021-02-28 10:59:51 -06:00
Brenden Matthews
4cfa195cd0
Fix cmake build.
2021-02-28 10:46:19 -06:00
Brenden Matthews
7b7801619d
Switch to curl, install gfortron (sigh).
2021-02-27 13:10:06 -06:00
Brenden Matthews
36fab8594c
Refactor dockerfile, build cmake from source.
2021-02-27 11:59:17 -06:00
Brenden Matthews
2de1818c43
Bump libmysqlclient in docker.
2021-02-27 10:46:54 -06:00
Brenden Matthews
f0e34dc3fb
Drop Fedora 29.
2021-02-27 10:43:41 -06:00
Brenden Matthews
ea72ec8b02
Fix version mismatch, curses version.
2021-02-27 10:42:13 -06:00
Brenden Matthews
ebc6dbbe00
RIP CentOS.
2021-02-27 10:24:09 -06:00
Brenden Matthews
08d77f05ba
Remove this here pragma.
2021-02-27 10:21:41 -06:00
Brenden Matthews
9f2b71b0a7
Require librsvg>=2.46, fix lua interface.
2021-02-27 10:18:25 -06:00
Brenden Matthews
05fff02e70
Remove librsvg deprecated definitins.
2021-02-27 10:01:03 -06:00
Brenden Matthews
87daec7a0d
Fix the words in readme.
2021-02-27 09:56:31 -06:00
Brenden Matthews
04857a6472
Update readme.
2021-02-27 09:55:46 -06:00
Brenden Matthews
6eae8e8c24
Remove use of deprecated librsvg functions.
2021-02-27 09:50:44 -06:00
Brenden Matthews
eebd5f056e
Enable build caching on docker workflow.
2021-02-27 09:31:14 -06:00
Brenden Matthews
e7cbc43f62
Drop support for systemd <= 205.
2021-02-27 09:26:11 -06:00
Brenden Matthews
308f2cb8ea
Update copyright, authors.
2021-02-27 09:14:19 -06:00
Brenden Matthews
7bb8a49ace
Bump version to 1.12.0, it's been a while.
2021-02-27 09:06:57 -06:00
Daniel Pielmeier
d365c7f7ba
Respect CFLAGS/CXXFLAGS
...
In commit bb8723d
"add toluapp subtree" support for user defined FLAGS was removed. I do not see a reason why this should not be allowed, so it would be great if this could be added again.
Reference: https://bugs.gentoo.org/772176
2021-02-27 10:03:49 -05:00
Brenden Matthews
88fce68a7c
Install build-essential in ubuntu image.
2021-02-05 13:37:16 -06:00
Brenden Matthews
5e1b6a2480
Add back only building on changes to dockerfiles.
2021-02-05 13:24:20 -06:00
Brenden Matthews
fd1ddc591d
Add back missing wget.
2021-02-05 13:23:12 -06:00
Brenden Matthews
88c6b9f660
Add check stage.
2021-02-05 13:18:58 -06:00
Brenden Matthews
5746debb55
Unbread docker build command.
2021-02-05 13:12:05 -06:00
Brenden Matthews
17cf380146
Force rebuild again.
2021-02-05 13:05:29 -06:00
Brenden Matthews
14b674ebcd
Simplify build pipeline, use buildkit.
2021-02-05 13:02:36 -06:00
Brenden Matthews
2ff2d33ef3
Drop sccache stuff.
2021-02-05 12:49:21 -06:00
Brenden Matthews
89e3b05fb4
Drop clang 8, gcc 5 & 6 on ubuntu.
2021-02-05 12:43:45 -06:00
Brenden Matthews
7c7984a3bb
Drop clang-7 w/ ubuntu.
2021-02-05 12:35:07 -06:00
Brenden Matthews
d05c9499b5
Retire CentOS 6.
2021-02-05 12:24:35 -06:00
Brenden Matthews
7226ade004
Revert "Force docker rebuild, do it right this time."
...
This reverts commit 11f53fe233
.
2021-02-05 12:20:37 -06:00
Brenden Matthews
93aff65e71
Unbreak the yaml.
2021-02-05 12:13:02 -06:00
Brenden Matthews
11f53fe233
Force docker rebuild, do it right this time.
2021-02-05 12:08:58 -06:00
Brenden Matthews
61f561241f
Revert "Force rebuild of images."
...
This reverts commit 8f7f21077a
.
2021-02-05 11:32:46 -06:00