mirror of https://github.com/KLayout/klayout.git
bintray download was not successful.
This commit is contained in:
parent
68490f7891
commit
a68b8a8f37
|
|
@ -43,8 +43,8 @@ jobs:
|
||||||
#arguments: # Optional
|
#arguments: # Optional
|
||||||
script: | # Required when targetType == Inline
|
script: | # Required when targetType == Inline
|
||||||
pwd
|
pwd
|
||||||
|
Invoke-WebRequest -Uri "https://dl.bintray.com/lightwave-lab/klayout/klayout-microbits-1.0.beta.zip" -OutFile klayout-microbits-1.0.beta.zip
|
||||||
dir
|
dir
|
||||||
Invoke-WebRequest -Uri "https://dl.bintray.com/lightwave-lab/klayout/klayout-microbits-1.0.beta.zip" -MaximumRedirection 2 -OutFile klayout-microbits-1.0.beta.zip
|
|
||||||
Expand-Archive klayout-microbits-1.0.zip -DestinationPath klayout-microbits
|
Expand-Archive klayout-microbits-1.0.zip -DestinationPath klayout-microbits
|
||||||
dir klayout-microbits
|
dir klayout-microbits
|
||||||
#errorActionPreference: 'stop' # Optional. Options: stop, continue, silentlyContinue
|
#errorActionPreference: 'stop' # Optional. Options: stop, continue, silentlyContinue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue