gabrielzschmitz / Tomato.C

A pomodoro timer written in pure C.
GNU General Public License v3.0
315 stars 19 forks source link

Build test for Ubuntu and macOS operative systems #36

Closed luisnquin closed 5 months ago

luisnquin commented 5 months ago

For reliability reasons I'd like to add these CI actions.

Take into account that the build process for macOS can take at least 5 minutes to be completed.

luisnquin commented 5 months ago

Don't accept this yet:D

image

luisnquin commented 5 months ago

@gabrielzschmitz do you have any clue about that error? Apparently mpv was already installed in the previous step

https://github.com/luisnquin/Tomato.C/actions/runs/8309499746/job/22740925611

gabrielzschmitz commented 5 months ago

Maybe the libmpv is separated from the mpv package in ports... They really are! You'll need to use port install mpv +libmpv instead.