Skip to content

Hook cmake add_custom_command for reproducible .mo files #106

Hook cmake add_custom_command for reproducible .mo files

Hook cmake add_custom_command for reproducible .mo files #106

Workflow file for this run

name: Publish
on:
push:
branches: [master]
paths:
- 'build-logic/**'
- 'lib/**'
- '.github/workflows/publish.yml'
jobs:
publish:
runs-on: ubuntu-24.04
steps:
- name: Fetch source code
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Install system dependencies
run: |
sudo apt update
sudo apt install extra-cmake-modules gettext
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
- name: Setup Android environment
uses: android-actions/setup-android@v3
with:
packages: cmake;3.31.6
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Publish build convention and libs
env:
GITHUB_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
GITHUB_ACTOR: fcitx5-android-bot
run: |
./gradlew :build-logic:convention:publish
./gradlew :lib:common:publish
./gradlew :lib:plugin-base:publish
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy