mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-01 15:50:32 +00:00
fix the other scripts too
This commit is contained in:
parent
7f12784930
commit
5d480e2aee
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ install:
|
||||||
- ps: .\packaging\windows\init.ps1
|
- ps: .\packaging\windows\init.ps1
|
||||||
- nuget install secure-file -ExcludeVersion
|
- nuget install secure-file -ExcludeVersion
|
||||||
- secure-file\tools\secure-file -decrypt packaging\windows\certs\lbry2.pfx.enc -secret %pfx_key%
|
- secure-file\tools\secure-file -decrypt packaging\windows\certs\lbry2.pfx.enc -secret %pfx_key%
|
||||||
- ps: '& "c:\projects\lbry\packaging\windows\install.ps1"'
|
- ps: .\packaging\windows\install.ps1
|
||||||
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
@ -30,7 +30,7 @@ build_script:
|
||||||
|
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- ps: '& "c:\projects\lbry\packaging\windows\test.ps1"'
|
- ps: .\packaging\windows\test.ps1
|
||||||
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue