Skip to content

CI: run docker image in interactive teletype #29

CI: run docker image in interactive teletype

CI: run docker image in interactive teletype #29

Workflow file for this run

name: C++ CI
on:
push:
branches: [ main, design ]
pull_request:
branches: [ main, design ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docker container
run: |
docker build -t cpp-analysis .
docker run -it cpp-analysis