cleanup
Build/Publish XBPS / build-and-publish (push) Successful in 4s
Details
Build/Publish XBPS / build-and-publish (push) Successful in 4s
Details
This commit is contained in:
parent
8885de8677
commit
e78c013b78
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue