|
13 | 13 |
|
14 | 14 | env:
|
15 | 15 | global:
|
16 |
| - - SETUP_PATH=.ci |
17 |
| - # for the sequencer on Windows |
18 |
| - - CHOCO=re2c |
| 16 | + - SETUP_PATH=.ci |
| 17 | + # for the sequencer on Windows |
| 18 | + - CHOCO=re2c |
19 | 19 |
|
20 | 20 | addons:
|
21 | 21 | apt:
|
@@ -52,18 +52,22 @@ script:
|
52 | 52 | # Define build jobs
|
53 | 53 |
|
54 | 54 | # Well-known variables to use
|
55 |
| -# SET source setup file |
56 |
| -# EXTRA content will be added to make command line |
57 |
| -# STATIC set to YES for static build (default: NO) |
58 |
| -# TEST set to NO to skip running the tests (default: YES) |
59 |
| -# VV set to make build scripts verbose (default: unset) |
| 55 | +# SET source setup file |
| 56 | +# ADD_MODULES extra modules (for a specific job) |
| 57 | +# BCFG build configuration (static/debug/static-debug; |
| 58 | +# default: shared-optimized) |
| 59 | +# TEST set to NO to skip running the tests (default: YES) |
| 60 | +# VV set to make build scripts verbose (default: unset) |
| 61 | +# EXTRA content will be added to make command line |
| 62 | +# EXTRA1..5 more additional arguments for the make command |
| 63 | +# (one argument per variable) |
60 | 64 |
|
61 | 65 | # Usually from setup files, but may be specified or overridden
|
62 | 66 | # on a job line
|
63 |
| -# MODULES list of dependency modules |
64 |
| -# BASE branch or release tag name of the EPICS Base to use |
65 |
| -# <MODULE> branch or release tag for a specific module |
66 |
| -# ... see README for setup file syntax description |
| 67 | +# MODULES list of dependency modules |
| 68 | +# BASE branch or release tag name of the EPICS Base to use |
| 69 | +# <MODULE> branch or release tag for a specific module |
| 70 | +# ... see README for setup file syntax description |
67 | 71 |
|
68 | 72 | jobs:
|
69 | 73 | include:
|
|
0 commit comments