1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00
Commit Graph

44 Commits

Author SHA1 Message Date
Brenden Matthews
d3527e1ed9 Add archlinux & alpine builds. 2021-03-03 15:39:02 -05:00
Brenden Matthews
59eb71b65a
Use mkdir -p. 2021-02-28 17:46:57 -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
642e39cfa3
Remove FreeBSD build stuff. 2021-02-28 10:59:51 -06:00
Brenden Matthews
f0e34dc3fb
Drop Fedora 29. 2021-02-27 10:43:41 -06:00
Brenden Matthews
ebc6dbbe00
RIP CentOS. 2021-02-27 10:24:09 -06:00
Brenden Matthews
5e1b6a2480
Add back only building on changes to dockerfiles. 2021-02-05 13:24:20 -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
Brenden Matthews
8f7f21077a
Force rebuild of images. 2021-02-05 11:31:57 -06:00
Brenden Matthews
a3bc6a4ce6
Add recent fedora dists. 2021-01-23 19:39:59 -06:00
Brenden Matthews
3f973e39dc
Add recent clang/gcc releases to build matrix. 2021-01-23 18:50:58 -06:00
Brenden Matthews
255fbe01eb
Disable GitLab FreeBSD build.
The FreeBSD build is no longer working, and I no longer have a Google
Cloud account. I'm disabling it for the time being, until there's a
better way to do this.
2021-01-15 13:56:42 -06:00
Brenden Matthews
000f0779aa Fix image push commands in gitlab build. 2019-04-14 18:08:26 -04:00
Brenden Matthews
b8d956f884 Add clang 8 to builds.
Also added new librsvg functions, and ignore deprecation warnings on new
versions of librsvg.

Disable sccache on FreeBSD.
2019-04-14 14:42:59 -04:00
Brenden Matthews
3578771f1a Delete .gcda files from previous test run. 2019-03-09 18:39:47 -05:00
Brenden Matthews
7edf5641e8 Allow FreeBSD builds to fail. 2019-03-09 18:39:47 -05:00
Brenden Matthews
b6213bdb26 Test make install target, and release build. 2019-03-09 18:39:47 -05:00
Brenden Matthews
d0f1bfb1e6 Use flock with FreeBSD pkg install. 2019-03-08 17:51:02 -05:00
Brenden Matthews
1481912a2a CI: Fix before_script for jobs that overload it. 2019-03-05 09:36:44 -05:00
Brenden Matthews
b3b3671278
Increase delay for FreeBSD pkg install. 2019-03-02 21:47:17 -05:00
Brenden Matthews
ddce0580c2
Apply d0d8930c5d for base image too, derp. 2019-02-25 16:10:51 -05:00
Brenden Matthews
d0d8930c5d Only push images if dockerfiles changed. 2019-02-25 16:06:16 -05:00
Brenden Matthews
c5adfcd7e6 FreeBSD build: increase lock delay for pkg install. 2019-02-25 15:24:03 -05:00
Brenden Matthews
520827bc8a Fix docker image cache handling. 2019-02-25 13:40:05 -05:00
Brenden Matthews
40a438be3e FreeBSD fixes, GitLab CI build improvements.
- use sccache for build caching
 - add coverage reports as build artifacts
 - add lcov-summary for coverage summary
 - clean up/refactor CI yaml

This resolves the FreeBSD part of #754.
2019-02-25 11:22:19 -05:00
Brenden Matthews
08f7cf0605 Refactor gitlab CI. 2019-02-24 12:33:34 -05:00
Brenden Matthews
f29da158cc
Add retry to gitlab jobs. 2019-02-24 09:55:30 -05:00
Brenden Matthews
dc35a1b0a8 Add more build envs to GitLab CI.
Adding:

 - clang-8
 - gcc-5 through gcc-8
 - fedora & centos builds

Fixing:
 - mysqlclient default search path
 - build on centos6
2019-02-24 09:46:45 -05:00
Brenden Matthews
90673cf161 Make GitLab build work with clang checks. 2019-02-23 17:13:19 -05:00
Brenden Matthews
0ea4559f30
Set clang CC/CXX env vars in gitlab build. 2019-02-22 22:03:05 -05:00
Brenden Matthews
7b60d77538
Fix gitlab syntax. 2019-02-22 21:57:58 -05:00
Brenden Matthews
ed1d6eb8fd
Add gitlab CI. 2019-02-22 21:57:10 -05:00