Skip to content

build: remove sonarqube.yml (too complicated to test...) #36

build: remove sonarqube.yml (too complicated to test...)

build: remove sonarqube.yml (too complicated to test...) #36

Workflow file for this run

name: CI
on:
push:
branches:
- master
- experimental*
pull_request:
branches:
- master
- experimental*
workflow_dispatch:
env:
DOCKER_RUN_OPTIONS: "-v ${{ github.workspace }}:/src"
DOCKER_WORKFLOW_SCRIPTS_DIR: /src/.github/workflows
BUILDIMAGE: metwork/mfxxx-centos8-buildimage:integration
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: build test install
run: |
docker run ${DOCKER_RUN_OPTIONS} --rm ${BUILDIMAGE} /bin/bash -c "${DOCKER_WORKFLOW_SCRIPTS_DIR}/build.sh"