Skip to content

Fixed issues highlighted by cppcheck/ASAN [docker_verify] #531

Fixed issues highlighted by cppcheck/ASAN [docker_verify]

Fixed issues highlighted by cppcheck/ASAN [docker_verify] #531

Workflow file for this run

name: Alpine
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# This is what will cancel the workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip_build]')"
steps:
- uses: actions/checkout@v4
- name: Build ffead-cpp on alpine
run: |
cd docker/os-based
docker build -f DockerFile-Alpine-x64-ffead-cpp .
docker build -f DockerFile-Alpine-x64-ffead-cpp_autoconf .