Commit Graph

10 Commits

Author SHA1 Message Date
Robbert van der Helm dcc8f285a8 Fix the automatic builds on GitHub Actions
Squash of the following commits:

WIP: Build workflow on all branches

WIP: Reduce noise from wget

WIP: Don't use bash-style redirects

WIP: Use variables for Boost url and checksum

WIP: Manually set a Wine prefix

The user that's executing the job does not own the home directory for
some reason.

WIP: Fix typos in workflow

WIP: Don't use bash-style brace expansion

This is run under dash.

WIP: Fix archive name for Ubuntu 20.04 build

WIP: Fetch tags for git-describe

WIP: Fetch all git history for git-describe

WIP :Rename the workflow

Since this is what will appear on the status badge.
2020-05-06 17:43:45 +02:00
Robbert van der Helm 76c6050120 Fix typo in GitHub workflow
Why is there no YAML litner available?
2020-05-06 15:48:48 +02:00
Robbert van der Helm d3fc9e82c4 Add the 'runs-on' field for containerized actiosn 2020-05-06 15:46:49 +02:00
Robbert van der Helm 8805a14e05 Add GitHub Actions jobs to build every commit
On Both Ubuntu 18.04 and 20.04.
2020-05-06 15:41:06 +02:00
Robbert van der Helm 8049385e29 Change the relative path to the bitsery patch file
Meson has been changing its behavior around, and this is now also the
behavior I'm getting when doing a clean build for the yabridge-git AUR
package.
2020-05-05 15:17:53 +02:00
Robbert van der Helm 30b1541afd Use the relative path workaround in the workflow 2020-05-05 14:20:02 +02:00
Robbert van der Helm c6ce15cfe9 Use the new docker images for building yabridge 2020-05-05 14:03:03 +02:00
Robbert van der Helm 8ae29b6f72 Use Wine 5.6 in the build script
Since winelib in Wine 5.7 is broken even on Ubuntu.
2020-05-04 22:46:51 +02:00
Robbert van der Helm c9b8141b6c Verify Boost's checksum in the build workflow 2020-05-04 22:32:44 +02:00
Robbert van der Helm fa8c1cd8f0 Add a GitHub workflow for building on Ubuntu 18.04
I still need to add another target for Ubuntu 20.04, though I can still
compile on my own machine for the time being.
2020-05-04 21:18:31 +02:00