Skip to content

Commit d9ac64c

Browse files
authored
Fix indent in .travis.yml
- also update the comments (embedded doc)
1 parent ee8efb2 commit d9ac64c

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

.travis.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ cache:
1313

1414
env:
1515
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
1919

2020
addons:
2121
apt:
@@ -52,18 +52,22 @@ script:
5252
# Define build jobs
5353

5454
# 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)
6064

6165
# Usually from setup files, but may be specified or overridden
6266
# 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
6771

6872
jobs:
6973
include:

0 commit comments

Comments
 (0)