[latex3-commits] [git/LaTeX3-latex3-latex3] travis: Testing Travis-CI conditionals (4617176a0)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Sep 29 23:26:44 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : travis
Link       : https://github.com/latex3/latex3/commit/4617176a0d84cc85c60ab3e28c19cb4041c40b1e

>---------------------------------------------------------------

commit 4617176a0d84cc85c60ab3e28c19cb4041c40b1e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Sep 29 22:26:44 2019 +0100

    Testing Travis-CI conditionals
    
    The aim is to allow tagged builds to make the zip,
    but otherwise keep parallel paths.


>---------------------------------------------------------------

4617176a0d84cc85c60ab3e28c19cb4041c40b1e
 .travis.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ff467c9f9..beb698ccb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,10 +8,14 @@ cache:
 
 jobs:
   include:
-    - script: l3build check -q -H
+    - if: NOT tag IS present
+      script: l3build check -q -H
       name: "Test suite"
-    - script: l3build doc -q -H
+    - if: NOT tag IS present
+      script: l3build doc -q -H
       name: "Documentation"
+    - if: tag IS present
+      script: l3build ctan -H --show-log-on-error
 
 notifications:
   email:





More information about the latex3-commits mailing list