Sfoglia il codice sorgente

carry over github assets from build workspace

thelamer 5 anni fa
parent
commit
5564878a5a
2 ha cambiato i file con 15 aggiunte e 1 eliminazioni
  1. 14 0
      .travis.yml
  2. 1 1
      version.txt

+ 14 - 0
.travis.yml

@@ -44,6 +44,11 @@ jobs:
         - ./script/pre_install
       script:
         - ./script/build_release rc
+      workspaces:
+        create:
+          name: githubassets
+          paths:
+            - githubout 
       after_failure:
         - ./script/message failure
       deploy:
@@ -71,6 +76,8 @@ jobs:
       if: branch = RC AND type != pull_request
       before_install:
         - ./script/pre_install
+      workspaces:
+        use: githubassets
       script: skip
       before_deploy:
         - export RELEASE_TAG=$(cat version.txt)-RC
@@ -93,6 +100,11 @@ jobs:
       if: branch = master AND type != pull_request
       script:
         - ./script/build_release release
+      workspaces:
+        create:
+          name: githubassets
+          paths:
+            - githubout 
       after_failure:
         - ./script/message failure
       deploy:
@@ -119,6 +131,8 @@ jobs:
       if: branch = master AND type != pull_request
       before_install:
         - ./script/pre_install
+      workspaces:
+        use: githubassets
       script: skip
       before_deploy:
         - export RELEASE_TAG=$(cat version.txt)

+ 1 - 1
version.txt

@@ -1 +1 @@
-1.9.6
+1.9.7