Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Müller <fmueller@owncloud.com>2022-05-20 02:40:22 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-20 13:39:27 +0300
commit50669170b6bcfde683e40485016b6842b31910c1 (patch)
tree17f2a22d5ba799ca3c01670814080137bbdfbd5f /.github
parent2a3b95b16f7e47056ac9e0ca6f4a555fa00c9b66 (diff)
Build Linux binaries with libcloudproviders
Makes sure that this build configuration works, too. We build our releases with libcloudproviders enabled as well, so the CI should detect problems as early as possible.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 45fe44ae1..68a62b236 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -28,9 +28,10 @@ jobs:
fetch-depth: 1
container:
- target: linux-64-gcc
- os: ubuntu-18.04
+ os: ubuntu-latest
container: kdeorg/centos7-craft
fetch-depth: 1
+
env:
CRAFT_TARGET: ${{ matrix.target }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -71,6 +72,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libmtdev1 libgl1-mesa-dev libmtdev1 libinput-dev libxkbcommon0 libxcb-icccm4 libxcb-image0 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 libxcb-keysyms1 libxcb-xinerama0 libsm6
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c dev-utils/linuxdeploy
+ & "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --set enableLibcloudproviders=true owncloud/owncloud-client
}
- name: Install dependencies