thradams / cake

Cake a C23 front end and transpiler written in C
http://thradams.com/cake/index.html
GNU General Public License v3.0
533 stars 21 forks source link

Set up Linux gcc and Windows MSVC CI #151

Closed robinlinden closed 6 months ago

robinlinden commented 6 months ago

The way I set it up is that on: [push, pull_request, workflow_dispatch] makes it run on push, PR, or you can trigger runs manually under the Actions tab on GitHub.

There is a bunch of tests failing, but since build doesn't return 1, the CI system doesn't find out about that.

See https://github.com/robinlinden/cake/actions/runs/8180353564 for a run of this.

See: #137