malamar changes

This commit is contained in:
red binder 2026-08-08 02:08:37 +02:00
commit e421ac5a40
11 changed files with 47 additions and 93 deletions

View file

@ -1,19 +0,0 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "

View file

@ -1,22 +0,0 @@
name: Inkay-CI
permissions:
contents: read
on:
- push
- pull_request
jobs:
build-inkay:
runs-on: debian-trixie
steps:
- uses: actions/checkout@v7
- name: build toolchain container
run: docker build . -t builder
- uses: https://github.com/ammaraskar/gcc-problem-matcher@master
- name: build Inkay
run: docker run --rm -v ${PWD}:/app -w /app builder
- uses: actions/upload-artifact@v3
with:
name: inkay
path: dist/