mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Try CI via Docker
This commit is contained in:
parent
bfd0a4b852
commit
599f6c3bdb
2 changed files with 10 additions and 1 deletions
7
.github/workflows/Dockerfile
vendored
Normal file
7
.github/workflows/Dockerfile
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM archlinux:latest
|
||||
|
||||
|
||||
RUN bash scripts/install-development-environment
|
||||
RUN meson setup build/ -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
RUN ninja -C build/
|
||||
RUN meson test -C build/
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -7,7 +7,9 @@ on:
|
|||
jobs:
|
||||
|
||||
linux:
|
||||
runs-on: archlinux:latest
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: bash scripts/install-development-environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue