aboutsummaryrefslogtreecommitdiff
path: root/luajit-siddhesh.yaml
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh.poyarekar@linaro.org>2019-05-16 15:37:57 +0530
committerSiddhesh Poyarekar <siddhesh.poyarekar@linaro.org>2019-05-16 15:50:08 +0530
commitfc3bbd9b3422f96615c30839b845c1cd7dfb297d (patch)
tree1185c0d7cd26fdcf886bb581cb275f5adc2308a7 /luajit-siddhesh.yaml
parent1f8ac9ae52b2c2c930173654206d65a2b1c053b7 (diff)
luajit: Add master branch for my github fork to CI
I am now picking feature patches from other luajit forks into a separate master branch based on a suggestion in the upstream mailing list. The master branch on my luajit github fork now has the normal definition of being a development branch. v2.1 will continue to have bug fixes ported to it but will be generally more conservative. Change-Id: Ie96f084ec67e1e5198fe286ea7e011f326e59609
Diffstat (limited to 'luajit-siddhesh.yaml')
-rw-r--r--luajit-siddhesh.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/luajit-siddhesh.yaml b/luajit-siddhesh.yaml
index 04048b77..d4d316be 100644
--- a/luajit-siddhesh.yaml
+++ b/luajit-siddhesh.yaml
@@ -28,9 +28,10 @@
scm:
- git:
url: https://github.com/siddhesh/LuaJIT.git
- refspec: +refs/heads/v2.1:refs/remotes/origin/v2.1
+ refspec: +refs/heads/master:refs/remotes/origin/master +refs/heads/v2.1:refs/remotes/origin/v2.1
name: origin
branches:
+ - refs/heads/master
- refs/heads/v2.1
skip-tag: true
shallow-clone: true