Skip to content

Bump cpp/CMakeLists.txt to 7.1.1. Apache-2.0. #248

Bump cpp/CMakeLists.txt to 7.1.1. Apache-2.0.

Bump cpp/CMakeLists.txt to 7.1.1. Apache-2.0. #248

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2018-2026 BioInception PVT LTD
name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.3.1
- name: Build Docker image
run: docker build . --file Dockerfile --tag smsd:ci-${{ github.sha }}
- name: Smoke test
run: docker run --rm smsd:ci-${{ github.sha }} --help