diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-11-28 17:31:33 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-11-28 17:31:33 +0100 |
| commit | 603b42797c4b0e7a3e2a3cac320daecf1ee34feb (patch) | |
| tree | ff11eb37407bdb399bf53e69d2111f12af17d4b2 /CMakePresets.json | |
| parent | 45123e1b968d1883fed9b8526157ce2c4bffc4a7 (diff) | |
| download | psn00bsdk-603b42797c4b0e7a3e2a3cac320daecf1ee34feb.tar.gz | |
Add GitHub Actions CI/release workflow, rewrite changelog
Diffstat (limited to 'CMakePresets.json')
| -rw-r--r-- | CMakePresets.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CMakePresets.json b/CMakePresets.json index f550e82..7c9fdd3 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -24,6 +24,19 @@ "SKIP_EXAMPLES": "ON", "BUNDLE_TOOLCHAIN": "ON" } + }, + { + "name": "ci", + "displayName": "CI build", + "description": "This preset is used by GitHub Actions to build PSn00bSDK.", + "generator": "Ninja", + "binaryDir": "${sourceDir}/../build", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Release", + "BUNDLE_TOOLCHAIN": "ON", + "BUILD_INFO": "Built by GitHub Actions ($env{GITHUB_REF_NAME} $env{GITHUB_SHA})", + "PSN00BSDK_TARGET": "$env{GCC_TARGET}" + } } ] } |
