From e78c013b7870152d3a9028ee2b099809b03a963e Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sat, 6 Apr 2024 14:52:23 +0200 Subject: [PATCH] cleanup --- .forgejo/workflows/build.yml | 6 +- compile_commands.json | 209 ----------------------------------- 2 files changed, 5 insertions(+), 210 deletions(-) delete mode 100644 compile_commands.json diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index d9dfba4..035df8a 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -1,7 +1,11 @@ # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json name: Build/Publish XBPS -on: [push] +on: + push: + paths-ignore: + - ".forgejo**" + - ".renovaterc.json" jobs: build-and-publish: diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index b403617..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,209 +0,0 @@ -[ - { - "arguments": [ - "/usr/bin/cc", - "-std=c99", - "-Ofast", - "-I.", - "-Iinclude", - "-std=c99", - "-DBINARY=\"dwmblocks\"", - "-D_POSIX_C_SOURCE=200809L", - "-Wall", - "-Wpedantic", - "-Wextra", - "-Wswitch-enum", - "-c", - "-o", - "build/block.o", - "src/block.c" - ], - "directory": "/home/luca/Documents/dev/desktop/dwmblocks-custom", - "file": "/home/luca/Documents/dev/desktop/dwmblocks-custom/src/block.c", - "output": "/home/luca/Documents/dev/desktop/dwmblocks-custom/build/block.o" - }, - { - "arguments": [ - "/usr/bin/cc", - "-std=c99", - "-Ofast", - "-I.", - "-Iinclude", - "-std=c99", - "-DBINARY=\"dwmblocks\"", - "-D_POSIX_C_SOURCE=200809L", - "-Wall", - "-Wpedantic", - "-Wextra", - "-Wswitch-enum", - "-c", - "-o", - "build/cli.o", - "src/cli.c" - ], - "directory": "/home/luca/Documents/dev/desktop/dwmblocks-custom", - "file": "/home/luca/Documents/dev/desktop/dwmblocks-custom/src/cli.c", - "output": "/home/luca/Documents/dev/desktop/dwmblocks-custom/build/cli.o" - }, - { - "arguments": [ - "/usr/bin/cc", - "-std=c99", - "-Ofast", - "-I.", - "-Iinclude", - "-std=c99", - "-DBINARY=\"dwmblocks\"", - "-D_POSIX_C_SOURCE=200809L", - "-Wall", - "-Wpedantic", - "-Wextra", - "-Wswitch-enum", - "-c", - "-o", - "build/main.o", - "src/main.c" - ], - "directory": "/home/luca/Documents/dev/desktop/dwmblocks-custom", - "file": "/home/luca/Documents/dev/desktop/dwmblocks-custom/src/main.c", - "output": "/home/luca/Documents/dev/desktop/dwmblocks-custom/build/main.o" - }, - { - "arguments": [ - "/usr/bin/cc", - "-std=c99", - "-Ofast", - "-I.", - "-Iinclude", - "-std=c99", - "-DBINARY=\"dwmblocks\"", - "-D_POSIX_C_SOURCE=200809L", - "-Wall", - "-Wpedantic", - "-Wextra", - "-Wswitch-enum", - "-c", - "-o", - "build/signal-handler.o", - "src/signal-handler.c" - ], - "directory": "/home/luca/Documents/dev/desktop/dwmblocks-custom", - "file": "/home/luca/Documents/dev/desktop/dwmblocks-custom/src/signal-handler.c", - "output": "/home/luca/Documents/dev/desktop/dwmblocks-custom/build/signal-handler.o" - }, - { - "arguments": [ - "/usr/bin/cc", - "-std=c99", - "-Ofast", - "-I.", - "-Iinclude", - "-std=c99", - "-DBINARY=\"dwmblocks\"", - "-D_POSIX_C_SOURCE=200809L", - "-Wall", - "-Wpedantic", - "-Wextra", - "-Wswitch-enum", - "-c", - "-o", - "build/status.o", - "src/status.c" - ], - "directory": "/home/luca/Documents/dev/desktop/dwmblocks-custom", - "file": "/home/luca/Documents/dev/desktop/dwmblocks-custom/src/status.c", - "output": "/home/luca/Documents/dev/desktop/dwmblocks-custom/build/status.o" - }, - { - "arguments": [ - "/usr/bin/cc", - "-std=c99", - "-Ofast", - "-I.", - "-Iinclude", - "-std=c99", - "-DBINARY=\"dwmblocks\"", - "-D_POSIX_C_SOURCE=200809L", - "-Wall", - "-Wpedantic", - "-Wextra", - "-Wswitch-enum", - "-c", - "-o", - "build/timer.o", - "src/timer.c" - ], - "directory": "/home/luca/Documents/dev/desktop/dwmblocks-custom", - "file": "/home/luca/Documents/dev/desktop/dwmblocks-custom/src/timer.c", - "output": "/home/luca/Documents/dev/desktop/dwmblocks-custom/build/timer.o" - }, - { - "arguments": [ - "/usr/bin/cc", - "-std=c99", - "-Ofast", - "-I.", - "-Iinclude", - "-std=c99", - "-DBINARY=\"dwmblocks\"", - "-D_POSIX_C_SOURCE=200809L", - "-Wall", - "-Wpedantic", - "-Wextra", - "-Wswitch-enum", - "-c", - "-o", - "build/util.o", - "src/util.c" - ], - "directory": "/home/luca/Documents/dev/desktop/dwmblocks-custom", - "file": "/home/luca/Documents/dev/desktop/dwmblocks-custom/src/util.c", - "output": "/home/luca/Documents/dev/desktop/dwmblocks-custom/build/util.o" - }, - { - "arguments": [ - "/usr/bin/cc", - "-std=c99", - "-Ofast", - "-I.", - "-Iinclude", - "-std=c99", - "-DBINARY=\"dwmblocks\"", - "-D_POSIX_C_SOURCE=200809L", - "-Wall", - "-Wpedantic", - "-Wextra", - "-Wswitch-enum", - "-c", - "-o", - "build/watcher.o", - "src/watcher.c" - ], - "directory": "/home/luca/Documents/dev/desktop/dwmblocks-custom", - "file": "/home/luca/Documents/dev/desktop/dwmblocks-custom/src/watcher.c", - "output": "/home/luca/Documents/dev/desktop/dwmblocks-custom/build/watcher.o" - }, - { - "arguments": [ - "/usr/bin/cc", - "-std=c99", - "-Ofast", - "-I.", - "-Iinclude", - "-std=c99", - "-DBINARY=\"dwmblocks\"", - "-D_POSIX_C_SOURCE=200809L", - "-Wall", - "-Wpedantic", - "-Wextra", - "-Wswitch-enum", - "-c", - "-o", - "build/x11.o", - "src/x11.c" - ], - "directory": "/home/luca/Documents/dev/desktop/dwmblocks-custom", - "file": "/home/luca/Documents/dev/desktop/dwmblocks-custom/src/x11.c", - "output": "/home/luca/Documents/dev/desktop/dwmblocks-custom/build/x11.o" - } -]