Compare commits
5 Commits
4b24be1886
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f15c20affd | |||
| ed60b60dc8 | |||
| eeac1ebaf6 | |||
| 86d751e25c | |||
| 2e22cb1b26 |
15
.gitea/workflows/ci.yaml
Normal file
15
.gitea/workflows/ci.yaml
Normal 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'
|
||||||
11
readme.md
11
readme.md
@@ -7,7 +7,7 @@ Index:
|
|||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
Working on this project requires some things you need to install. Those being
|
Working on this project requires some things that you need to install. Those being
|
||||||
Visual Studio, S&box, Git (LFS enabled). Among that you will need access to the
|
Visual Studio, S&box, Git (LFS enabled). Among that you will need access to the
|
||||||
[Gitea](https://gitea.vps.collinssoft.com). You'll know who to reach out to
|
[Gitea](https://gitea.vps.collinssoft.com). You'll know who to reach out to
|
||||||
if you are lacking access. This will only target Windows development since
|
if you are lacking access. This will only target Windows development since
|
||||||
@@ -42,10 +42,10 @@ for all developers to gain access, and this documentation will be updated.
|
|||||||
|
|
||||||
#### 3.) Install Visual Studio
|
#### 3.) Install Visual Studio
|
||||||
|
|
||||||
Installing Visual Studio is similar process to installing Git but with some UI
|
Installing Visual Studio is a similar process to installing Git but with some UI
|
||||||
elements added. To start download the installer from [Microslop](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&0utm_content=download+vs2026+desktopguide+winforms).
|
elements added. To start download the installer from [Microslop](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&0utm_content=download+vs2026+desktopguide+winforms).
|
||||||
|
|
||||||
Once you run the installer, you should something similar to this:
|
Once you run the installer, you should see something similar to this:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -81,7 +81,7 @@ Opening up S&Box you should see the project selector pop up.
|
|||||||
In the picutre you can see an arrow pointing to a button, clicking
|
In the picutre you can see an arrow pointing to a button, clicking
|
||||||
that button will open up the explorer. Traverse to the project root
|
that button will open up the explorer. Traverse to the project root
|
||||||
and click Open. After that you should have the project appear as a
|
and click Open. After that you should have the project appear as a
|
||||||
selectable option. Click that and it will open the S&Box editor and
|
selectable option afterwards. Click that and it will open the S&Box editor and
|
||||||
now you can start working on the project.
|
now you can start working on the project.
|
||||||
|
|
||||||
*NOTE: Make sure that you have started the project with S&Box it will
|
*NOTE: Make sure that you have started the project with S&Box it will
|
||||||
@@ -90,8 +90,7 @@ step.*
|
|||||||
|
|
||||||
#### 6.) Add the Project to Visual Studio
|
#### 6.) Add the Project to Visual Studio
|
||||||
|
|
||||||
The last step is to configure Visual Studio, and much like the last step
|
The last step is to configure Visual Studio.
|
||||||
is to configure Visual Studio to the path of the project.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user