Skip to content

chore: updated image to build stable qt 6.9.3 image #348

chore: updated image to build stable qt 6.9.3 image

chore: updated image to build stable qt 6.9.3 image #348

# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
name: Test translationtool
on: pull_request
permissions:
contents: read
concurrency:
group: test-translationtool-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install gettext
run: |
sudo apt-get update
sudo apt-get -y install gettext
- name: Set up php8.1
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
with:
php-version: 8.1
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
coverage: none
ini-file: development
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies of translationtool/ directory
working-directory: translations/translationtool/
run: composer i
- name: Install dependencies of translationtool.php
working-directory: translations/translationtool/src
run: composer i
- name: Create POT files
working-directory: translations/translationtool/
run: composer run test