Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 84405f2

Browse files
Andreia Gaitashana
Andreia Gaita
authored andcommitted
Package octorun and add script to automate creating these zips
1 parent be2d230 commit 84405f2

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ _NCrunch_GitHub.Unity
77
.DS_Store
88
build/
99
TestResult.xml
10-
submodules/
1110
*.stackdump
1211
*.lastcodeanalysissucceeded

Diff for: .gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "script"]
22
path = script
33
url = [email protected]:github-for-unity/UnityBuildScripts
4+
[submodule "submodules/packaging"]
5+
path = submodules/packaging
6+
url = https://github.com/github-for-unity/packaging

Diff for: create-octorun-zip.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh -eu
2+
DIR=$(pwd)
3+
submodules/packaging/octorun/run.sh --path $DIR/octorun --out $DIR/src/GitHub.Api/Resources

Diff for: src/GitHub.Api/Resources/octorun.zip

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:60478c33970a7a8d952777729450a42fa02bf7832514b7d44ec116aa09cb7814
3-
size 219592
2+
oid sha256:2b860fd59e28e8e7431f2c6737483b56a6931ad0092f521733acb4b1d25e68fb
3+
size 1365568

Diff for: src/GitHub.Api/Resources/octorun.zip.md5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3d4bea9ae4ca3c4497d6b349166a1e34
1+
24b5c15073de99adedf4bdb16b2b139f

Diff for: submodules/packaging

Submodule packaging added at 369486c

0 commit comments

Comments
 (0)