Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] CI Pipeline for Embedded #21

Open
kluge7 opened this issue Feb 10, 2025 · 0 comments
Open

[TASK] CI Pipeline for Embedded #21

kluge7 opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
devops DevOps team responsible embedded Embedded team responsible enhancement New feature or request medium ~ a couple days to complete

Comments

@kluge7
Copy link

kluge7 commented Feb 10, 2025

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

@kluge7 kluge7 added devops DevOps team responsible embedded Embedded team responsible enhancement New feature or request medium ~ a couple days to complete labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops DevOps team responsible embedded Embedded team responsible enhancement New feature or request medium ~ a couple days to complete
Projects
None yet
Development

No branches or pull requests

2 participants