Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ef9ad827b | ||
|
|
ece3f072dd | ||
|
|
afc58da579 |
@@ -31,12 +31,12 @@ jobs:
|
|||||||
cat "$machine_id_file" > /etc/machine-id
|
cat "$machine_id_file" > /etc/machine-id
|
||||||
echo "Unity machine identity restored"
|
echo "Unity machine identity restored"
|
||||||
fi
|
fi
|
||||||
|
git config --global url."https://ghfast.top/https://github.com/".insteadOf "https://github.com/"
|
||||||
unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
|
unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
|
||||||
test -n "$unity_bin"
|
test -n "$unity_bin"
|
||||||
"$unity_bin" \
|
"$unity_bin" \
|
||||||
-batchmode \
|
-batchmode \
|
||||||
-nographics \
|
-nographics \
|
||||||
-quit \
|
|
||||||
-projectPath "$PWD/Development~/UnityProject" \
|
-projectPath "$PWD/Development~/UnityProject" \
|
||||||
-runTests \
|
-runTests \
|
||||||
-testPlatform EditMode \
|
-testPlatform EditMode \
|
||||||
|
|||||||
@@ -11,5 +11,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.test-framework": "1.1.33",
|
"com.unity.test-framework": "1.1.33",
|
||||||
"com.cneicy.shrink-installer": "file:../../.."
|
"com.cneicy.shrink-installer": "file:../../.."
|
||||||
}
|
},
|
||||||
|
"testables": [
|
||||||
|
"com.cneicy.shrink-installer"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ namespace ShrinkSDK.Installer
|
|||||||
internal static readonly ShrinkSdkPackageEntry StarterBasic = new(
|
internal static readonly ShrinkSdkPackageEntry StarterBasic = new(
|
||||||
"ShrinkApp Starter Basic",
|
"ShrinkApp Starter Basic",
|
||||||
"com.cneicy.shrink-app-starter-basic",
|
"com.cneicy.shrink-app-starter-basic",
|
||||||
"0.1.0",
|
"0.1.1",
|
||||||
requiresUniTask: true);
|
requiresUniTask: true);
|
||||||
|
|
||||||
internal static readonly IReadOnlyList<ShrinkSdkPackageEntry> Packages = new[]
|
internal static readonly IReadOnlyList<ShrinkSdkPackageEntry> Packages = new[]
|
||||||
@@ -43,7 +43,7 @@ namespace ShrinkSDK.Installer
|
|||||||
new ShrinkSdkPackageEntry("ShrinkCommand Integration App", "com.cneicy.shrink-command-integration-app", "0.1.0", requiresUniTask: true),
|
new ShrinkSdkPackageEntry("ShrinkCommand Integration App", "com.cneicy.shrink-command-integration-app", "0.1.0", requiresUniTask: true),
|
||||||
new ShrinkSdkPackageEntry("ShrinkCommand Integration EventBus", "com.cneicy.shrink-command-integration-eventbus", "0.1.1", requiresUniTask: true),
|
new ShrinkSdkPackageEntry("ShrinkCommand Integration EventBus", "com.cneicy.shrink-command-integration-eventbus", "0.1.1", requiresUniTask: true),
|
||||||
new ShrinkSdkPackageEntry("ShrinkCommand Integration Network", "com.cneicy.shrink-command-integration-network", "0.1.0", requiresUniTask: true),
|
new ShrinkSdkPackageEntry("ShrinkCommand Integration Network", "com.cneicy.shrink-command-integration-network", "0.1.0", requiresUniTask: true),
|
||||||
new ShrinkSdkPackageEntry("ShrinkContext App Adapter", "com.cneicy.shrink-context-app-adapter", "0.1.0", requiresUniTask: true),
|
new ShrinkSdkPackageEntry("ShrinkContext App Adapter", "com.cneicy.shrink-context-app-adapter", "0.1.1", requiresUniTask: true),
|
||||||
new ShrinkSdkPackageEntry("ShrinkContext Core", "com.cneicy.shrink-context-core", "0.1.0", requiresUniTask: true),
|
new ShrinkSdkPackageEntry("ShrinkContext Core", "com.cneicy.shrink-context-core", "0.1.0", requiresUniTask: true),
|
||||||
new ShrinkSdkPackageEntry("ShrinkContext EventBus Adapter", "com.cneicy.shrink-context-eventbus-adapter", "0.1.0", requiresUniTask: true),
|
new ShrinkSdkPackageEntry("ShrinkContext EventBus Adapter", "com.cneicy.shrink-context-eventbus-adapter", "0.1.0", requiresUniTask: true),
|
||||||
new ShrinkSdkPackageEntry("ShrinkDataSaver", "com.cneicy.shrink-datasaver", "2.2.0", requiresUniTask: true),
|
new ShrinkSdkPackageEntry("ShrinkDataSaver", "com.cneicy.shrink-datasaver", "2.2.0", requiresUniTask: true),
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ The installer does not copy templates into `Assets`, does not store credentials,
|
|||||||
## Bootstrap URL
|
## Bootstrap URL
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://git.crash.work/ShrinkSDK/Installer.git#v0.1.3
|
https://git.crash.work/ShrinkSDK/Installer.git#v0.1.4
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.cneicy.shrink-installer",
|
"name": "com.cneicy.shrink-installer",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"displayName": "ShrinkSDK Installer",
|
"displayName": "ShrinkSDK Installer",
|
||||||
"description": "ShrinkSDK registry bootstrapper and fixed-version package installer.",
|
"description": "ShrinkSDK registry bootstrapper and fixed-version package installer.",
|
||||||
"unity": "2022.3",
|
"unity": "2022.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user