fix: --print-build-logs

This commit is contained in:
Tropical 2026-03-29 19:52:44 -05:00
parent ec2a2b8d13
commit aafc823c75
2 changed files with 31 additions and 45 deletions

View file

@ -1,32 +1,19 @@
name: Build (Linux, x86-64)
on:
push:
paths:
- '**.cpp'
- '**.h'
- '**.c'
- '**.cc'
- '**.cxx'
- '**.hh'
- '**.hpp'
- '**.hxx'
- '**.inl'
- "**.meson.build"
- '.github/workflows/build-linux.yml*'
pull_request:
paths:
- '**.cpp'
- '**.h'
- '**.c'
- '**.cc'
- '**.cxx'
- '**.hh'
- '**.hpp'
- '**.hxx'
- '**.inl'
- "**.meson.build"
- '.github/workflows/build-linux.yml*'
on: [push, pull_request]
paths:
- '**.cpp'
- '**.h'
- '**.c'
- '**.cc'
- '**.cxx'
- '**.hh'
- '**.hpp'
- '**.hxx'
- '**.inl'
- "**meson.build"
- "flake.nix"
- '.github/workflows/build-linux.yml'
jobs:
build-linux:
@ -40,8 +27,8 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
run: nix build --print-build-logs
- name: Flake integrity
run: nix flake check
- name: Build
run: nix build

View file

@ -1,20 +1,19 @@
name: Check Format (Linux, x86-64)
on:
push:
paths:
- '**.cpp'
- '**.h'
- '**.c'
- '**.cc'
- '**.cxx'
- '**.hh'
- '**.hpp'
- '**.hxx'
- '**.inl'
- '.clang-format'
- '.github/workflows/clang-format.yml'
- '.github/scripts/check-clang-format.sh'
on: [push, pull_request]
paths:
- '**.cpp'
- '**.h'
- '**.c'
- '**.cc'
- '**.cxx'
- '**.hh'
- '**.hpp'
- '**.hxx'
- '**.inl'
- "**meson.build"
- "flake.nix"
- '.github/workflows/build-linux.yml'
jobs:
formatting-check: