Skip to content

(In development) Calculates dependencies for a cmake project and submits the list to the Dependency Submission API

License

Notifications You must be signed in to change notification settings

brenocq/cmake-dependency-submission

Repository files navigation

C++ Logo

CMake Dependency Submission

Calculates dependencies for a cmake project and submits the list to the Dependency Submission API

Github dependency graph

2022-12-01_09-57

Setup

name: CMake Dependency Submission
on:                        
  push:
    branches:
      - main               

jobs:
  dependency-submission:
    runs-on: ubuntu-latest 
    permissions: # The Dependency Submission API requires write permission
      contents: write      
    steps:
      - name: Checkout Repository     
        uses: actions/checkout@v3       

      - name: Dependency Submission
        uses: brenocq/cmake-dependency-submission@main
        with:
          testing-action: "Hello world!"  

License

This project is licensed under the MIT License - check LICENSE for details.

About

(In development) Calculates dependencies for a cmake project and submits the list to the Dependency Submission API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published