Skip to content

Prepare the roadmap for v0.8-v1.0 #80

Prepare the roadmap for v0.8-v1.0

Prepare the roadmap for v0.8-v1.0 #80

Workflow file for this run

# *******************************************************************************
# Copyright (c) 2026 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
name: Bazel Build (QNX8)
on:
pull_request_target:
types: [opened, reopened, synchronize]
merge_group:
types: [checks_requested]
push:
branches:
- main
jobs:
qnx-build:
uses: eclipse-score/cicd-workflows/.github/workflows/qnx-build.yml@main
permissions:
contents: read
pull-requests: read
strategy:
matrix:
config: ['time-x86_64-qnx', 'time-arm64-qnx']
with:
bazel-target: '//score/... //examples/...'
bazel-config: ${{ matrix.config }}
credential-helper: 'tools/qnx_credential_helper.py'
environment-name: 'workflow-approval'
bazel-disk-cache: ${{ github.workflow }}-${{ github.job }}-${{ matrix.config }}
secrets:
score-qnx-license: ${{ secrets.SCORE_QNX_LICENSE }}
score-qnx-user: ${{ secrets.SCORE_QNX_USER }}
score-qnx-password: ${{ secrets.SCORE_QNX_PASSWORD }}