Skip to content

[CMakeLists.txt] Line added to compile cortex without been in robocom… #67

[CMakeLists.txt] Line added to compile cortex without been in robocom…

[CMakeLists.txt] Line added to compile cortex without been in robocom… #67

name: Build
on: [push]
jobs:
ubuntu-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Dependencies
run: bash ./dependencies.sh
shell: bash
- name: Build project
uses: nicledomaS/[email protected]
with:
submodule_update: ON
run_tests: OFF