Skip to content

Draft: Migrate GitHub Action to Gitlab CI

Zhenbo Li requested to merge zhenbo_li/wine-mono:ci into main

I'm working on migrating https://github.com/madewokherd/wine-mono/blob/develop/.github/workflows/c-cpp.yml to Gitlab.

This is an ongoing merge request, and here are some points worth mentioning

  1. I switched to Ubuntu as the base image, following the Github Action. Is there a specific reason to use Debian?
  2. Relative path doesn't work for me, so I hard-coded github links. This change will be reverted later
  3. Currently I uploaded the docker image to dockerhub manually, as I failed to configure these secrets. This change will be reverted later as well.

Look forward to your feedback

Merge request reports

Loading