Skip to content

Commit

Permalink
Merge pull request #96 from cinnabar-engine/feature/better-material
Browse files Browse the repository at this point in the history
multitexture materials
  • Loading branch information
SArpnt authored Sep 13, 2021
2 parents af1893b + e05e935 commit 5ca80c7
Show file tree
Hide file tree
Showing 459 changed files with 209 additions and 50,654 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/Doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Documentation Generation
on: [push]
on:
push:
branches: [develop]
jobs:
Doxygen:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Unit Testing
on: [push]
on:
push:
branches: [develop]
pull_request:
jobs:
Debian:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
# supported CodeQL languages.
#
name: "Code Quality"

on: [push]
on: [push, pull_request]
jobs:
analyze:
name: Analyze
Expand Down
100 changes: 0 additions & 100 deletions docs/README_8md.html

This file was deleted.

This file was deleted.

118 changes: 0 additions & 118 deletions docs/annotated.html

This file was deleted.

19 changes: 0 additions & 19 deletions docs/annotated_dup.js

This file was deleted.

127 changes: 0 additions & 127 deletions docs/assets_8hpp.html

This file was deleted.

Loading

0 comments on commit 5ca80c7

Please sign in to comment.