mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-29 19:34:47 +00:00
CI/release: run cmake configure
This commit is contained in:
parent
431325ff0c
commit
0907fdf49c
14
.github/workflows/release.yaml
vendored
14
.github/workflows/release.yaml
vendored
@ -8,12 +8,20 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
source-tarball:
|
source-tarball:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: archlinux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Hyprland
|
- name: Checkout repository actions
|
||||||
id: checkout
|
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
sparse-checkout: .github/actions
|
||||||
|
|
||||||
|
- name: Setup base
|
||||||
|
uses: ./.github/actions/setup_base
|
||||||
|
|
||||||
|
- name: Generate version
|
||||||
|
run: |
|
||||||
|
cmake -S . -B /tmp/build
|
||||||
|
|
||||||
- name: Create tarball with submodules
|
- name: Create tarball with submodules
|
||||||
id: tar
|
id: tar
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user