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

Add minimal GitHub configs #16

Merged
merged 6 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default assignment
* @kachsheev
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
target-branch: dev
groups:
actions-minor:
update-types:
- minor
- patch
8 changes: 3 additions & 5 deletions .github/workflows/build-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- 'src/**'
- 'tests/**'
- '**/CMakeLists.txt'
- '**/*.pro'
pull_request:
branches:
- '**'
Expand All @@ -22,7 +21,6 @@ on:
- 'src/**'
- 'tests/**'
- '**/CMakeLists.txt'
- '**/*.pro'

defaults:
run:
Expand Down Expand Up @@ -96,6 +94,6 @@ jobs:

- name: Run tests
run: |
acidicMercury8 marked this conversation as resolved.
Show resolved Hide resolved
cmake `
--build build `
--target test
ctest `
--test-dir build `
--extra-verbose
256 changes: 0 additions & 256 deletions Libs.pro

This file was deleted.

Loading