Skip to content

core-ubu22

core-ubu22 #13

Workflow file for this run

name: core-ubu22
on:
push:
branches:
- 'no'
pull_request:
branches:
- 'no'
workflow_dispatch:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Install APT Deps
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev cmake
- name: Clone Rmagine
uses: actions/checkout@v4
with:
path: rmagine
- name: Build the project
run: |
ls
cd rmagine
ls
mkdir build
ls
cd build
ls
cmake ..
ls
make
ls
- name: Tests
run: |
ls
./bin/rmagine_version
make test