1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
Matt Holt
41361913d1
ci: Attempt fix Linux workflows related to old libvips (#129)
Things would be so much easier if ubuntu just updated their packages

* ci: Attempt to fix Linux workflows

See if Copilot is worth its snuff

* Revert

* Try downgrading vipsgen instead

* Try again

* Try to install vips from source

* Sigh, ok try building from source

* Sigh

* sighhhh

* Sighhhhhhhhhhhhhhhhhhhh

* Try without cache for a moment

* Try caching again

* Try composite action

* Try again?

* Set shell on composite action steps...

* Update a couple other workflows

* Try to fix test job

* Some cleanup

* Add heif

* Oops

* Pointless comment but let's see if the cache worked

* Fix go builds

* Try installing pkg-config I guess?

* Try more pkg config paths?

* Tweak

* Are we there yet

* One more tweak

* Rename some things
2025-10-08 14:21:38 -06:00
Henry Wilkinson
54477b5163
Only run CI jobs if the PR is not in draft status (#98)
* Only run CI jobs if the PR is not in draft status

* Run on PR marked ready
2025-06-02 09:49:42 -06:00
Matt Holt
e8349ca480
ci: Fix release job (#65)
* ci: Attempt to fix goreleaser job

* Oh geez, there's a second goreleaser file

* Use just the current OS and arch

* Maybe fix the goos thing

* Try --single-target

* Oops, that's Pro-only

* Hmm let's try this

* Set token

* Wow I am lame

* Try ref_name

* Create or edit, sigh

* Syntax who needs syntax

* Hmm try this

* Another attempt, probably in vain

* Sigh, quotes

* Big changes

* oh Windows

* Starting to get annoyed at Windows

* sldfkj

* Huzzah

* Update name, et voila

* Just do it on push I guess
2025-01-31 13:43:21 -07:00
Matt Holt
628ecc1cb3
ci: Update workflows; restore functioning CI jobs (#64)
* ci: Attempt to fix broken CI

It broke out of the blue several months ago. I think ubuntu-latest
updated, but there's no PPA for libheif in that distro I guess

* Try tests next

* More fixing

* Try again

* Yada yada

* Woops

* I don't really know what I'm doing
2025-01-27 22:30:54 -07:00
Sergio Rubio
ff1dfc4afc
ci: add workflow to run go test (#40)
* chore: add workflow to run go test

* fix a test failure

* Downgrade heif to be able to test

* run all tests by default

* Revert typo fix

* Fix metadata test
2024-08-30 13:10:34 -06:00