]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Try to save cygwin install in an artifact.
authorWayne Davison <wayne@opencoder.net>
Wed, 15 Jul 2020 19:31:38 +0000 (12:31 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2020 19:31:38 +0000 (12:31 -0700)
.github/workflows/cygwin-save.yml [new file with mode: 0644]

diff --git a/.github/workflows/cygwin-save.yml b/.github/workflows/cygwin-save.yml
new file mode 100644 (file)
index 0000000..efa03d9
--- /dev/null
@@ -0,0 +1,20 @@
+name: cygwin-save
+
+on:
+  push:
+    branches: [ cygwin-artifact ]
+
+jobs:
+
+  save-artifact:
+    runs-on: windows-latest
+    steps:
+    - uses: crazy-max/ghaction-chocolatey@v1.2.2
+      with:
+        args: install -y --no-progress cygwin cyg-get
+    - name: prep
+      run: cyg-get make autoconf automake gcc-core gcc-g++ libssl-devel libzstd-devel liblz4-devel
+    - uses: actions/upload-artifact@v2
+      with:
+        name: tools-cygwin
+        path: /tools/cygwin