diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-09-01 19:43:45 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-09-01 19:50:40 +0900 |
commit | 206976c56013067593f006d621fd4f34475d5ce0 (patch) | |
tree | 0420b11f639ddfd60417e08a54e15ba018ab4371 | |
parent | c28211698b8f9b82cafc0f9d9457e40c6c17632a (diff) | |
download | libquotient-206976c56013067593f006d621fd4f34475d5ce0.tar.gz libquotient-206976c56013067593f006d621fd4f34475d5ce0.zip |
Added (so far unused) preprocessing section to apigen.yaml
-rw-r--r-- | jobs/apigen.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jobs/apigen.yaml b/jobs/apigen.yaml index 7ae1de81..8bb61d39 100644 --- a/jobs/apigen.yaml +++ b/jobs/apigen.yaml @@ -1,3 +1,7 @@ +preprocess: + "%CLIENT_RELEASE_LABEL%": r0 + "%CLIENT_MAJOR_VERSION%": r0 + env: preamble: preamble.mustache copyrightName: Kitsune Ral |