texlive[52714] Build/source/.travis.yml: try deploying luahbtex to

commits+preining at tug.org commits+preining at tug.org
Sun Nov 10 07:55:47 CET 2019


Revision: 52714
          http://tug.org/svn/texlive?view=revision&revision=52714
Author:   preining
Date:     2019-11-10 07:55:47 +0100 (Sun, 10 Nov 2019)
Log Message:
-----------
try deploying luahbtex to nextcloud

Modified Paths:
--------------
    trunk/Build/source/.travis.yml

Modified: trunk/Build/source/.travis.yml
===================================================================
--- trunk/Build/source/.travis.yml	2019-11-10 00:53:47 UTC (rev 52713)
+++ trunk/Build/source/.travis.yml	2019-11-10 06:55:47 UTC (rev 52714)
@@ -110,12 +110,20 @@
 # Rename to the currently built architecture
 before_deploy:
   - if [ -n "$package" ]; then sudo mv inst/bin/* inst/bin/$tldir ; tar czvf ${package} -C inst/bin .; fi
+  - if [ -r inst/bin/*/luahbtex ] ; then cp inst/bin/*/luahbtex luahbtex.$tldir ; fi
+  - if [ -r inst/bin/*/luajithbtex ] ; then cp inst/bin/*/luajithbtex luajithbtex.$tldir ; fi
 
 deploy:
-  provider: releases
-  api_key: $GH_TOKEN
-  file: $package
-  skip_cleanup: true
-  on:
-    tags: true
-    condition: $package != ""
+  - provider: releases
+    api_key: $GH_TOKEN
+    file: $package
+    skip_cleanup: true
+    on:
+      tags: true
+      condition: $package != ""
+  - provider: script
+    skip_cleanup: true
+    script: curl --user "TLuploader:$NCPW" -T lua{jit,}hbtex.$tldir https://cloud.preining.info/remote.php/webdav/
+    on:
+      branch: trunk
+



More information about the tex-live-commits mailing list