mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Add folds to travis log, parameters for img sample
This commit is contained in:
parent
ecb71db558
commit
6b427127ff
|
@ -172,14 +172,18 @@ script:
|
|||
- ./tests/xlnt.test
|
||||
- |
|
||||
if [[ "${SAMPLES}" == "ON" ]]; then
|
||||
echo 'travis_fold:start:samples'
|
||||
./samples/sample-decrypt
|
||||
./samples/sample-img2xlsx
|
||||
./samples/sample-img2xlsx "../samples/data/cafe.jpg" "img.xlsx"
|
||||
./samples/sample-documentation
|
||||
echo 'travis_fold:end:samples'
|
||||
fi
|
||||
- |
|
||||
if [[ "${BENCHMARKS}" == "ON" ]]; then
|
||||
echo 'travis_fold:start:bencmarks'
|
||||
./benchmarks/benchmark-styles
|
||||
./benchmarks/benchmark-writer
|
||||
echo 'travis_fold:end:bencmarks'
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user