aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: |