Skip to content

removed remotery profiler integration #28

removed remotery profiler integration

removed remotery profiler integration #28

Workflow file for this run

name: ci
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install -y libgl1-mesa-dev libglx-mesa0 libglew-dev libglfw3-dev libasound2-dev
- name: Build
run: cmake ./CMakeLists.txt && make