Skip to content

correction in doxygen.yml file (Graphviz) #25

correction in doxygen.yml file (Graphviz)

correction in doxygen.yml file (Graphviz) #25

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Build with Makefile
run: make -f make/makefile
- name: Upload compiled binaries
uses: actions/upload-artifact@v3
with:
name: compiled-binaries
path: |
**/*
**/*