commit f7c0b4a8f044e22e833bc5e78e177146b0b619cf (patch)
parent cba618cfc2ba344df343ca2c2de536fa49f14e45
Author: Alex Karle <alex@alexkarle.com>
Date: Sat, 1 May 2021 23:51:07 -0400
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!
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git 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