4 Commits

Author SHA1 Message Date
86d751e25c Add CI/CD
Add Standard .dotnet CICD
2026-04-04 14:48:41 -04:00
2e22cb1b26 Add CI/CD
Some checks failed
s&box CI / build-and-lint (push) Failing after 55s
Add Standard .dotnet CICD
2026-04-04 13:11:57 -04:00
Relicjamin
da6a231fe5 Glock Asset Added
Includes the blender file, the fbx exports and the resultant
substance painter textures.
2026-04-02 16:09:31 -04:00
Relicjamin
298a8fb81e Create the .gitattributes
Git LFS setup and adding large files to be track
2026-04-02 16:08:15 -04:00
12 changed files with 46 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
*.fbx filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.spp filter=lfs diff=lfs merge=lfs -text
*.assbin filter=lfs diff=lfs merge=lfs -text

15
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,15 @@
name: s&box CI
on: []
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'

Binary file not shown.

BIN
Assets/models/glock/glock.spp LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Assets/models/glock/glock_low.fbx LFS Normal file

Binary file not shown.