Skip to content

CI: non-interactive TTY #30

CI: non-interactive TTY

CI: non-interactive TTY #30

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 -t cpp-analysis