From f7c0b4a8f044e22e833bc5e78e177146b0b619cf Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 1 May 2021 23:51:07 -0400 Subject: [PATCH] ci: Update build.yml to use OpenBSD & new email address I've been running euchre.live on an OpenBSD server for the better part of a year now, so the CI should ideally reflect that! --- .build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.build.yml b/.build.yml index 5e0b8a6..226d388 100644 --- a/.build.yml +++ b/.build.yml @@ -1,19 +1,19 @@ # .build.yml -- builds.sr.ht CI/CD -image: debian/stable -packages: - - cpanminus +image: openbsd/latest sources: - https://git.sr.ht/~akarle/euchre-live environment: PERL5LIB: /home/build/perl5/lib/perl5 tasks: - setup: | + ftp -o - https://cpanmin.us > cpanm + chmod +x cpanm cd euchre-live - cpanm --installdeps . + ../cpanm --installdeps . - test: | cd euchre-live make test triggers: - action: email condition: always - to: alex@karle.co + to: ci@alexkarle.com -- libgit2 1.1.1