Compare commits
No commits in common. "344de31b8155954f9d3f70b2c1f3e52bc712eae5" and "5675fea9dea492e18864b0dcfb9188b6f316699f" have entirely different histories.
344de31b81
...
5675fea9de
1 changed files with 13 additions and 13 deletions
|
@ -4,18 +4,18 @@ on: [push]
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
#format:
|
||||||
name: Format
|
# name: Format
|
||||||
runs-on: ubuntu-22.04
|
# runs-on: ubuntu-22.04
|
||||||
steps:
|
# steps:
|
||||||
- name: Check out the code
|
# - name: Check out the code
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
- name: Install clang-format
|
# - name: Install clang-format
|
||||||
run: |
|
# run: |
|
||||||
sudo apt-get update
|
# sudo apt-get update
|
||||||
sudo apt-get -y install clang-format
|
# sudo apt-get -y install clang-format
|
||||||
- name: Check the code's formatting
|
# - name: Check the code's formatting
|
||||||
run: "clang-format --dry-run src/*.h src/*.cpp 2>&1 | tee fmt.log; [ ! -s fmt.log ]"
|
# run: "clang-format --dry-run src/*.h src/*.cpp 2>&1 | tee fmt.log; [ ! -s fmt.log ]"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
@ -35,4 +35,4 @@ jobs:
|
||||||
uses: forgejo/upload-artifact@v4
|
uses: forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bin.zip
|
name: bin.zip
|
||||||
path: cmake-build-debug/perlin-noise
|
path: perlin-noise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue