Skip to content

[TASK] CI Pipeline for Embedded #21

@kluge7

Description

@kluge7

Description of task

Should be possible to make a CI pipeline for vortex-auv-embedded which tests if the code can build. See below for an example. Obviously needs to be configured for the file structure of the repository.

Suggested Workflow

Example template:

name: Makefile CI

on:
  push:

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4

    - name: configure
      run: ./configure

    - name: Install dependencies
      run: make

    - name: Run check
      run: make check

    - name: Run distcheck
      run: make distcheck

Contacts

@kluge7

Metadata

Metadata

Assignees

No one assigned

    Labels

    devopsDevOps team responsibleembeddedEmbedded team responsibleenhancementNew feature or requestmedium~ a couple days to complete

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions