Commit Graph

46 Commits

Author SHA1 Message Date
Sean E. Russell
44d9dcb5be Disabling this for now since it always fails and I'm not sure it should be automated anyway. 2023-03-22 19:56:32 -05:00
Sean E. Russell
f433901aee Bump the version of the cross-compiler builder to pull in fixes for #212, #206, #209 2022-07-15 11:14:49 -05:00
Sean E. Russell
251bee9d17 git (or github) doesn't know about @latest (like Go does) 2022-03-27 15:43:05 -05:00
Sean E. Russell
a67301503c Fixes #209 (I hope) 2022-03-15 10:56:30 -05:00
Sean E. Russell
f21a461346 Fixed target directory for man page; removes the homebrew trigger in release workflow -- gotop is in core. 2022-02-15 11:53:47 -06:00
Sean E. Russell
7d2656726e Version bump for bugfix in action; maybe I should use @latest? 2022-02-09 14:10:14 -06:00
Sean E. Russell
66047ad64c Fixes #158, adding a man page. This replaces the flags library in the process. It also changes some of the new no- flags. 2022-02-09 13:18:39 -06:00
Sean E. Russell
62e9bdad9f YML spacing cleanup, and add missing archive types. 2022-02-08 11:32:34 -06:00
Sean E. Russell
e739840ac0 FreeBSD was failing because the compiler name changed in the image. 2022-02-08 10:01:55 -06:00
Sean E. Russell
b89013b18a Fixes #198, adding back in deb and rpm packaging 2022-02-07 17:28:31 -06:00
Sean E. Russell
7dfd040628 Use a newer version of golang-build action, because old illuspas/xcgo tags keep disappearing. 2022-02-04 15:36:59 -06:00
Sean E. Russell
bbed8ce247 prerelease.yml needs to duplicate build.yml 2021-07-20 15:03:53 -05:00
Sean E. Russell
ac9e7e911a CI updates for cross-compile action changes 2021-07-20 14:56:10 -05:00
Sean E. Russell
170743dbcd Builder from "master" didn't work for some reason, so hard-coding the version. 2021-07-20 13:45:23 -05:00
Sean E. Russell
bda9b394d0 Mostly TODOs, but adds command to build Darwin/ARM 2021-07-20 09:31:42 -05:00
Sean E. Russell
ff2e7e2235 Fixes cross-platform building (func update shadowing), removes gotop-builder trigger. 2021-03-05 16:28:53 -06:00
Sean E. Russell
4cea91b9a1 Trigger extensions build before external distributions in case those fail 2021-01-26 11:13:41 -06:00
Sean E. Russell
1213fe8237 Patch to try to resolve homebrew workflow failure. 2021-01-25 14:08:29 -06:00
Sean E. Russell
1181b94bd2 Closes #131, SMC GPL issue on OSX; consequently removes need to CGO in darwin. 2020-06-09 09:54:10 -05:00
Sean E. Russell
5590679cb4 Trying to get the workflow working. 2020-06-07 18:12:04 -05:00
Sean E. Russell
d6be10bcd8 Closes #100, breaks up the README 2020-06-02 09:09:23 -05:00
Sean E. Russell
9e4750f7ff Adds a current-release badge to the README 2020-05-13 12:31:51 -05:00
Sean E. Russell
28df77fe42 Have the build workflow ignore commits containing only doc changes. 2020-05-13 12:29:09 -05:00
Sean E. Russell
292c4c1bf3 Homebrew update 2020-05-05 09:33:37 -05:00
Sean E. Russell
5ada5315d9 Fixes #92, configurable temps; help text & docs clean-up; versions are now built into binaries at compile time; clean up old extensions params; adds --list command; adds --write-config command; fixes bug in colorscheme loading; fixes bug in Colorschemes -- all had empty Name attrs; adds ability to list devices. 2020-04-23 10:41:20 -05:00
Sean E. Russell
744fb730ea Prerelease gets proper title. 2020-03-06 14:11:37 -06:00
Sean E. Russell
be42ba538c Fixed invalid workflow 2020-03-06 08:34:06 -06:00
Sean E. Russell
dcc0671d03 Builds were broken; the build action didn't compile the right thing. 2020-03-06 08:30:34 -06:00
xxxserxxx
f7fb4bfb27
Merge pull request #64 from ionlights/patch-1
Removing darwin/386/1
2020-03-03 22:45:00 -06:00
Sean E. Russell
8642e94d90 Workflow and documentation improvements. 2020-03-02 13:41:55 -06:00
Sean E. Russell
ce00a54104 Why isn't this showing up, github? 2020-03-02 13:16:45 -06:00
Sean E. Russell
b5e451b225 Automate (mostly) AUR updates 2020-03-02 08:59:36 -06:00
Sean E. Russell
fc3a12cd73 Trigger Homebrew update on release 2020-03-01 09:46:57 -06:00
John Muchovej
df2f94e06d
Merge pull request #1 from ionlights/patch-2
Remove darwin/386/1
2020-02-29 20:14:26 -05:00
John Muchovej
17df8b25a9
Remove darwin/386/1
Similar rationale as with `build.yml`
2020-02-29 20:13:57 -05:00
John Muchovej
6a267b8d92
Removing darwin/386/1
Is there a need to bother building for 386? If memory serves, Apple has even dropped 32-bit support.

Honestly not sure how much time it saves on builds, but figured it's best to trim out what's not really needed. 😅
2020-02-29 20:12:23 -05:00
Sean E. Russell
855ebfd93c Fix workflow & version bump. 2020-02-29 16:33:32 -06:00
Sean E. Russell
dd1ea52ff3 More CI/CD work. Gives up on asset uploads and tries pre-release. 2020-02-29 16:15:28 -06:00
Sean E. Russell
4ed2037b30 Actions work in $GITHUB_WORKSPACE. Still can't get upload-artifact to upload multiple files 2020-02-29 15:56:32 -06:00
Sean E. Russell
167d295096 Stupid, stupid, stupid... 2020-02-29 15:39:13 -06:00
Sean E. Russell
4f59559734 Still trying to get Actions to work properly. 2020-02-29 15:30:31 -06:00
Sean E. Russell
3449e086df Still trying to get uploads to work. 2020-02-29 14:59:39 -06:00
Sean E. Russell
ee2010bfc1 Still working through github's poorly documented workflows. I miss bitbucket. 2020-02-29 14:43:50 -06:00
Sean E. Russell
39668553e4 Github actions, upload built artifacts 2020-02-29 14:37:16 -06:00
Sean E. Russell
6dc2ff1fc6 Getting CGO right w/ workflow 2020-02-29 08:51:10 -06:00
xxxserxxx
0b9f823543
Github workflows v1 2020-02-29 06:11:34 -06:00