mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
Adjust paths
This commit is contained in:
parent
8e1d7ae4c1
commit
abf2ba621a
1 changed files with 5 additions and 8 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
|
@ -10,12 +10,9 @@ jobs:
|
|||
steps:
|
||||
- run: pacman -Syu --noconfirm git sudo
|
||||
- run: git clone https://github.com/project-repo/cagebreak
|
||||
- run: cd cagebreak
|
||||
- run: git branch
|
||||
- run: git fetch origin/feature/continuous-integration
|
||||
- run: git checkout feature/continuous-integration
|
||||
- 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
|
||||
- run: git -C cagebreak checkout feature/continuous-integration
|
||||
- run: bash cagebreak/scripts/install-development-environment
|
||||
- run: meson setup cagebreak/build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
- run: ninja -C cagebreak/build
|
||||
- run: meson test -C cagebreak/build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue