Skip to content

[CMakeLists] Fixing dqrobotics compatibility issue. #4

[CMakeLists] Fixing dqrobotics compatibility issue.

[CMakeLists] Fixing dqrobotics compatibility issue. #4

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: apt update
run: sudo apt-get update && sudo apt-get upgrade -y
- name: build
run: |
cd docker
docker compose build
- name: run
run: |
cd docker
docker compose up