Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hotstreams committed Dec 5, 2023
1 parent 9d0eb47 commit 5f4be9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: test
continue-on-error: true
run: |
cd build
cd build/tests
mkdir glslang
xvfb-run -a -e errors ./limitless-tests
cat errors
- name: shader glslang validation
run: |
cd build
cd build/tests
cd glslang
for file in ./*; do glslangValidator -C "$file"; done
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
- Gamma correction
- HDR Bloom
- FXAA
- Deferred Decals

https://github.com/hotstreams/limitless-engine/assets/37740577/a10e9994-232e-490c-af86-82356a7106fa

Expand Down Expand Up @@ -161,7 +162,6 @@ make -j12 limitless_demo
- glew
- OpenGL
- glm
- assimp
- stb_image
- stb_image_resize
- freetype

0 comments on commit 5f4be9b

Please sign in to comment.