Compare commits

...

2 commits

Author SHA1 Message Date
344de31b81
Re-enable formatting check
Some checks failed
Build / Format (push) Failing after 21s
Build / Build (push) Successful in 37s
2025-02-23 12:57:03 -05:00
dbc75c9958
Fix executable location 2025-02-23 12:56:29 -05:00

View file

@ -4,18 +4,18 @@ on: [push]
name: Build
jobs:
#format:
# name: Format
# runs-on: ubuntu-22.04
# steps:
# - name: Check out the code
# uses: actions/checkout@v4
# - name: Install clang-format
# run: |
# sudo apt-get update
# sudo apt-get -y install clang-format
# - name: Check the code's formatting
# run: "clang-format --dry-run src/*.h src/*.cpp 2>&1 | tee fmt.log; [ ! -s fmt.log ]"
format:
name: Format
runs-on: ubuntu-22.04
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Install clang-format
run: |
sudo apt-get update
sudo apt-get -y install clang-format
- name: Check the code's formatting
run: "clang-format --dry-run src/*.h src/*.cpp 2>&1 | tee fmt.log; [ ! -s fmt.log ]"
build:
name: Build
@ -35,4 +35,4 @@ jobs:
uses: forgejo/upload-artifact@v4
with:
name: bin.zip
path: perlin-noise
path: cmake-build-debug/perlin-noise