empty
Some checks failed
CI / build-linux (push) Failing after 1m41s
CI / build-windows (push) Failing after 36s

This commit is contained in:
2026-02-25 21:34:07 -06:00
parent 52b55cb1ad
commit be0210fc54

View File

@@ -5,12 +5,10 @@ on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
container:
image: gitea.pockle.world/john/cell-ci:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
apt-get install -y meson ninja-build gcc g++ pkg-config
- name: Build
run: |
meson setup build -Dbuildtype=release
@@ -30,12 +28,10 @@ jobs:
build-windows:
runs-on: ubuntu-latest
container:
image: gitea.pockle.world/john/cell-ci:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
apt-get install -y meson ninja-build mingw-w64 pkg-config
- name: Build
run: |
meson setup build_win --cross-file cross/mingw64.ini -Dbuildtype=release