Skip to content

workflows/neon-unstable: switch to neon developer edition #1

workflows/neon-unstable: switch to neon developer edition

workflows/neon-unstable: switch to neon developer edition #1

Workflow file for this run

name: KDE Neon (developer)
on:
push:
branches: [ main ]
paths-ignore: [ "**.md" ]
pull_request:
branches: [ main ]
paths-ignore: [ "**.md" ]
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
container:
image: invent-registry.kde.org/neon/docker-images/plasma:developer
options: --user root
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build
- name: Build
run: cmake --build ${{github.workspace}}/build -j