summaryrefslogtreecommitdiffstats
path: root/.builds/.run-tests.yml
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2021-04-09 21:07:14 +0200
committerivarlovlie <git@ivarlovlie.no>2021-04-09 21:07:14 +0200
commit798040fcb14a4845ae2f0c513824f9647ac35ada (patch)
tree8cad94a129c7f2acdccba31d8155ea117fc09117 /.builds/.run-tests.yml
parent20b961f9fac029d9239cf9cd1059c65b528be18d (diff)
downloaddotnet-vipps-ecommerce-798040fcb14a4845ae2f0c513824f9647ac35ada.tar.xz
dotnet-vipps-ecommerce-798040fcb14a4845ae2f0c513824f9647ac35ada.zip
Install dotnet with dotnet-install.sh
Diffstat (limited to '.builds/.run-tests.yml')
-rw-r--r--.builds/.run-tests.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml
index e2885f3..c6888f7 100644
--- a/.builds/.run-tests.yml
+++ b/.builds/.run-tests.yml
@@ -1,9 +1,19 @@
image: alpine/latest
packages:
- - dotnet
+ - bash
+ - icu-libs
+ - krb5-libs
+ - libgcc
+ - libintl
+ - libssl1.1
+ - libssl1.1
+ - zlib
sources:
- https://git.sr.ht/~ivar/IOL.VippsEcommerce
tasks:
+ - install-dotnet: |
+ wget https://dot.net/v1/dotnet-install.sh
+ ./dotnet-install.sh -c 5.0
- restore: |
dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
- build: |