Skip to content

Docker for compiling, linting, and testing #252

Docker for compiling, linting, and testing

Docker for compiling, linting, and testing #252

Workflow file for this run

name: Compile Test
on:
pull_request:
type: [opened, synchronize]
jobs:
compile_test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: Initialize Docker
run: bash ./tools/run_docker.bash init
- name: Build project
run: bash ./tools/run_docker.bash compile