Skip to content

Commit 2320e09

Browse files
committed
tests
1 parent 04c8d2a commit 2320e09

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

i574n.code-workspace

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
"name": "spiral",
1313
"path": "../spiral"
1414
},
15-
{
16-
"name": "vault",
17-
"path": "../vault"
18-
},
1915
{
2016
"name": "polyglot",
2117
"path": "../polyglot"

scripts/build.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ if ($env:CI) {
3838
Remove-Item ../../dice/target/release/deps -Recurse -Force -ErrorAction Ignore
3939
Remove-Item ../../dice/target/release/build -Recurse -Force -ErrorAction Ignore
4040
}
41+
42+
{ pwsh ../deps/alphabet/apps/documents/build.ps1 } | Invoke-Block
43+
44+
if ($env:CI) {
45+
Remove-Item ../../alphabet/target/release/deps -Recurse -Force -ErrorAction Ignore
46+
Remove-Item ../../alphabet/target/release/build -Recurse -Force -ErrorAction Ignore
47+
}

scripts/init.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Set-Location $ScriptDir
2626
{ pwsh ../../dice/scripts/init.ps1 } | Invoke-Block
2727

2828
Set-Location (New-Item -ItemType Directory -Path "../.." -Force)
29-
git clone --recurse-submodules https://github.com/i574n/vault.git # --branch gh-pages
30-
Set-Location vault
29+
git clone --recurse-submodules https://github.com/i574n/alphabet.git # --branch gh-pages
30+
Set-Location alphabet
3131
git pull
3232
Set-Location $ScriptDir
3333

34-
{ pwsh ../../vault/scripts/init.ps1 } | Invoke-Block
34+
{ pwsh ../../alphabet/scripts/init.ps1 } | Invoke-Block

scripts/publish.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,3 @@ Get-ChildItem -Path ../dist -Recurse -Force | Where-Object { $_.Name.StartsWith(
7878
}
7979

8080
{ . ../../polyglot/apps/dir-tree-html/dist/DirTreeHtml$(_exe) --dir ../dist --html ../dist/index.html } | Invoke-Block
81-
82-
{ pwsh ../../vault/scripts/publish.ps1 } | Invoke-Block

0 commit comments

Comments
 (0)