From 88545536d9e4b6576eb0906568d771f87338940a Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 16 Apr 2021 20:00:45 +0200 Subject: Rename .builds to .srht --- .builds/.run-tests.yml | 28 ---------------------------- .srht/.run-tests.yml | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 .builds/.run-tests.yml create mode 100644 .srht/.run-tests.yml diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml deleted file mode 100644 index c043173..0000000 --- a/.builds/.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.sr.ht/~ivar/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 diff --git a/.srht/.run-tests.yml b/.srht/.run-tests.yml new file mode 100644 index 0000000..c043173 --- /dev/null +++ b/.srht/.run-tests.yml @@ -0,0 +1,28 @@ +image: alpine/latest +packages: + - 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 + 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 -- cgit v1.3