aboutsummaryrefslogtreecommitdiff
path: root/.builds/binary-generic-amd64-obsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/binary-generic-amd64-obsd.yml')
-rw-r--r--.builds/binary-generic-amd64-obsd.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.builds/binary-generic-amd64-obsd.yml b/.builds/binary-generic-amd64-obsd.yml
deleted file mode 100644
index 8c6c417..0000000
--- a/.builds/binary-generic-amd64-obsd.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-image: openbsd/latest
-arch: amd64
-packages:
- - gcc
-secrets:
- - ae8f3553-d201-4358-ad35-2f04e7cc3976
-tasks:
- - prepare: |
- mkdir -p "/tmp/ci-$JOB_ID"
- mkdir -p ~/.ssh
- cat <<-EOF > ~/.ssh/config
- StrictHostKeyChecking no
- UserKnownHostsFile /dev/null
- EOF
- curl -L http://cpanmin.us | doas perl - App::cpanminus
- doas cpanm -v ExtUtils::Command Pod::Usage
- - build: |
- export RSTAR_DEBUG=1
- ./rakudo-star/bin/rstar sysinfo
- ./rakudo-star/bin/rstar fetch
- ./rakudo-star/bin/rstar install -p "/tmp/ci-$JOB_ID"
- - package: |
- COMMIT="$(git -C rakudo-star rev-parse HEAD)"
- SOURCE_DATE_EPOCH="$(git -C rakudo-star log -1 --pretty=format:%at)"
- cd -- "/tmp/ci-$JOB_ID"
- tar -cf - . | gzip -9cn > "/tmp/rakudo-star-amd64-obsd-$COMMIT.tar.gz"
- - upload: |
- echo 'put /tmp/rakudo-star-amd64-obsd-'*'.tar.gz' | sftp dist@dist.tyil.nl:raku/star-build