Skip to content

Weekly Project Rebuild #36

Weekly Project Rebuild

Weekly Project Rebuild #36

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Roman Gilg <[email protected]>
# SPDX-License-Identifier: MIT
name: Weekly Project Rebuild
on:
schedule:
- cron: '0 4 * * 4'
jobs:
build:
if: github.repository == 'winft/como'
uses: ./.github/workflows/build.yml
with:
image: registry.gitlab.com/kwinft/ci-images/archlinux/como-base-master
artifact-name: build
cmake-preset: release
package:
uses: ./.github/workflows/package.yml
needs: build
with:
image: registry.gitlab.com/kwinft/ci-images/archlinux/como-base-master
package-name: como