mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 05:54:19 +02:00
Try the clone method
This commit is contained in:
parent
a290c73cb1
commit
5415059bd8
1 changed files with 4 additions and 11 deletions
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
|
|
@ -8,17 +8,10 @@ jobs:
|
|||
container:
|
||||
image: archlinux:latest
|
||||
steps:
|
||||
- run: ls
|
||||
- run: ls ..
|
||||
- run: echo $GITHUB_WORKSPACE
|
||||
- run: ls $GITHUB_WORKSPACE
|
||||
- run: pwd
|
||||
- run: ls /
|
||||
- run: ls /github
|
||||
- run: ls /github/home
|
||||
- run: ls /github/workflow
|
||||
- run: ls /home
|
||||
- run: bash ../../scripts/install-development-environment
|
||||
- run: git clone https://github.com/project-repo/cagebreak
|
||||
- run: cd cagebreak
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue