Skip to content

Changing the cmake part to integrate differently in AC #82

Changing the cmake part to integrate differently in AC

Changing the cmake part to integrate differently in AC #82

name: docker-cmake-build
on:
push:
branches: [ "main", "optiv0" ]
pull_request:
branches: [ "main" ]
jobs:
build-container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: sudo docker build -t tslam .