Don't include artifacts in the repo

This commit is contained in:
JFronny 2020-09-05 14:09:30 +02:00
parent db70c8a675
commit f70b044ad3
3 changed files with 4 additions and 3 deletions

View File

@ -26,6 +26,6 @@ The values are explained in more detail below
# Building
BreakMe consists of two parts: The main mod and the DLL used for Unsafe_Windows_WinAPI, which are built separately.\
A prebuilt DLL for part 2 is shipped with the source so this can be built on linux.\
If you want to build your own, run [this](https://gitlab.com/JFronny/BreakMe/-/blob/master/src/main/c/build.bat) in a x64 native utilities command prompt (A start-menu shortcut to this is contained in the C++ package for VisualStudio)\
The mod itself is built like any other fabric mod: using gradle. Look at the [CI config](https://gitlab.com/JFronny/BreakMe/-/blob/master/.gitlab-ci.yml#L11) for an example\
If you don't build on windows you can use the dll contained in the latest [CI build](https://gitlab.com/JFronny/BreakMe/-/jobs/artifacts/master/browse/build/libs?job=deploy) and place it in src/main/resources/native.\
If you want to build the dll, use [this](https://gitlab.com/JFronny/BreakMe/-/blob/master/src/main/c/build.bat) as a reference (requires VS build tools).\
The mod itself is built like any other fabric mod: using gradle. Look at the [CI config](https://gitlab.com/JFronny/BreakMe/-/blob/master/.gitlab-ci.yml#L10) for an example\

1
src/main/resources/native/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
natives.dll