CI/release: run cmake configure
This commit is contained in:
parent
431325ff0c
commit
0907fdf49c
1 changed files with 11 additions and 3 deletions
14
.github/workflows/release.yaml
vendored
14
.github/workflows/release.yaml
vendored
|
|
@ -8,12 +8,20 @@ on:
|
|||
jobs:
|
||||
source-tarball:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: archlinux
|
||||
steps:
|
||||
- name: Checkout Hyprland
|
||||
id: checkout
|
||||
- name: Checkout repository actions
|
||||
uses: actions/checkout@v4
|
||||
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
|
||||
id: tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue