diff options
| author | iv-ar <i@oiee.no> | 2023-02-25 13:31:35 +0100 |
|---|---|---|
| committer | iv-ar <i@oiee.no> | 2023-02-25 13:31:35 +0100 |
| commit | ca63a0dd3cfe7c918592c2eeecb82ad927947cfb (patch) | |
| tree | c3e78f5e347aa1887c0636dc72e2e0b05ea0ba21 | |
| parent | 370490dfbc32d610620b2f962774ace90d1b8ba9 (diff) | |
| download | dotnet-vipps-ecommerce-ca63a0dd3cfe7c918592c2eeecb82ad927947cfb.tar.xz dotnet-vipps-ecommerce-ca63a0dd3cfe7c918592c2eeecb82ad927947cfb.zip | |
feat: Remove .srht
| -rw-r--r-- | .srht/.run-tests.yml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/.srht/.run-tests.yml b/.srht/.run-tests.yml deleted file mode 100644 index 8bd6d45..0000000 --- a/.srht/.run-tests.yml +++ /dev/null @@ -1,28 +0,0 @@ -image: alpine/latest -packages: - - bash - - icu-libs - - krb5-libs - - libgcc - - libintl - - libssl1.1 - - libssl1.1 - - zlib -sources: - - https://git.ivar.systems/IOL.VippsEcommerce -tasks: - - install-dotnet: | - wget https://dot.net/v1/dotnet-install.sh - chmod +x dotnet-install.sh - bash dotnet-install.sh -c 5.0 - - display-dotnet-info: | - $HOME/.dotnet/dotnet --info - - restore: | - cd $HOME/IOL.VippsEcommerce - $HOME/.dotnet/dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj - - build: | - cd $HOME/IOL.VippsEcommerce - $HOME/.dotnet/dotnet build --no-restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj - - test: | - cd $HOME/IOL.VippsEcommerce - $HOME/.dotnet/dotnet test --no-build --verbosity normal src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj |
