Skip to content

Commit

Permalink
added core ubu 22 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 22, 2023
1 parent cbb5b82 commit 9ad4484
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/rmagine-core-ubu22.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Rmagine Core - Ubuntu 22
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
workflow_dispatch:
branches: [ $default-branch ]
jobs:
build:
runs-on: ubuntu-22.04
steps:

- uses: actions/checkout@v3

- name: Install APT Deps
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev

- uses: threeal/[email protected]

- name: Build the project
run: cmake --build build

0 comments on commit 9ad4484

Please sign in to comment.