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

Commit 6eb9dfa

Browse files
author
Andreia Gaita
committed
Package octorun and add script to automate creating these zips
1 parent c8d132f commit 6eb9dfa

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
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

.gitmodules

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

create-octorun-zip.sh

Lines changed: 3 additions & 0 deletions
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

src/GitHub.Api/Resources/octorun.zip

Lines changed: 2 additions & 2 deletions
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3d4bea9ae4ca3c4497d6b349166a1e34
1+
24b5c15073de99adedf4bdb16b2b139f

submodules/packaging

Submodule packaging added at 369486c

0 commit comments

Comments
 (0)