KDESKTOP-602-Improve-the-message-Unable-to-communicate-with-the-application-server #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |