Skip to content

[KDESKTOP-752] Update release version #154

[KDESKTOP-752] Update release version

[KDESKTOP-752] Update release version #154

Workflow file for this run

name: Linux kDrive desktop CI on x64 Arch
on:
pull_request:
types: [synchronize, review_requested, ready_for_review]
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
build-kDrive:
if: github.event.pull_request.draft == false
runs-on: [ self-hosted, Linux, X64, desktop-kdrive ]
steps:
- name: Checkout the PR
uses: actions/checkout@v4.1.1
with:
submodules: recursive
- name: Grant building script execute permission
run : chmod +x ./infomaniak-build-tools/linux/build-ci-amd64.sh
- name: Build kDrive desktop
run : ./infomaniak-build-tools/linux/build-ci-amd64.sh
- name: Clean-up generated code
run : rm -rf build-linux