-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
2,466 additions
and
1,783 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
/Library/KSP/ | ||
/Library/NuGet/ | ||
/Output/ | ||
|
||
AssemblyInfo.cs | ||
/.build/ | ||
|
||
*.suo | ||
*.user | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
language: csharp | ||
|
||
env: | ||
- BUILD_CONFIGURATION=Debug | ||
- BUILD_CONFIGURATION=Release | ||
|
||
script: | ||
- ./build --configuration=$BUILD_CONFIGURATION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Contributing | ||
|
||
## Copyright | ||
|
||
All code contributions must be made under either the [MIT](LICENSE.md) license or the public domain. All non-code | ||
contributions must be made under the [CC-BY 4.0](http://creativecommons.org/licenses/by/4.0/) license or the public | ||
domain. No copyright assignment is necessary. If your contribution is not public domain add your name and contribution | ||
years to the [LICENSE](LICENSE.md) file. | ||
|
||
## Building | ||
|
||
In order to build the code you should have Microsoft Visual Studio installed on Windows systems or Mono installed on | ||
Linux or Mac systems. | ||
|
||
- Copy `build.example.yml` to `build.yml` or `../HotSpot.build.yml` relative to the project root. | ||
- Edit the variables `ksp_dir` and `ksp_bin` as appropriate. | ||
- From a command line shell, execute `./build` in the project root. | ||
- On Windows, you *must* use PowerShell as your command line shell. | ||
- On Linux and Mac systems `/bin/sh` must be a POSIX-compliant shell. | ||
- If the build was successful you should have a ZIP file in `.build/pkg/Debug`, packaged ready for distribution. | ||
- If you would like to deploy to and execute KSP automatically after a build use `./build run`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.