Skip to content

Merge branch 'development' of https://github.com/robocomp/cortex into… #76

Merge branch 'development' of https://github.com/robocomp/cortex into…

Merge branch 'development' of https://github.com/robocomp/cortex into… #76

name: Build
on: [push]
jobs:
ubuntu-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
- name: Dependencies
run: bash ./dependencies.sh
shell: bash
- name: Build project
uses: nicledomaS/cmake_build_action@v1.4
with:
submodule_update: ON
run_tests: OFF