commit | 2abc4a48a6f6938301eec4b5af73c9f883293619 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 03 06:11:40 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 10 08:04:04 2021 -0600 |
tree | d9f14bd2623a12cff8fce6ad476a7984f822f09f | |
parent | e139874241dbe5380641db45ec897deab39ad183 [diff] |
build-unit-test-docker: simplify fetching Most packages we use come from github, except for boost. Create a 'pkg_url' function to get the URL for a revision for curl calls. This function automatically creates the URL from the package name, unless the package has a 'url' property. If the 'url' property exists, treat it as a function that generates the URL from the package name and revision (to handle the boost case and any future non-github packages). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifc47a1b580e6ec3728d8deeaa4c568017a80e03f
Build script for CI jobs in Jenkins.