fix syntax

This commit is contained in:
Thomas Fussell 2021-02-20 22:34:24 -04:00
parent d0844421e5
commit 705827c88e

View File

@ -25,7 +25,7 @@ jobs:
type: string type: string
steps: steps:
- checkout - checkout
- git submodule update --init --recursive - run: git submodule update --init --recursive
- run: cmake -D XLNT_CXX_LANG=<< parameters.cxx-ver >> -D STATIC=<< parameters.static >> -D BENCHMARKS=<< parameters.benchmarks >> -D SAMPLES=<< parameters.samples >> -D COVERAGE=<< parameters.coverage >> -D CMAKE_BUILD_TYPE=<< parameters.build-type >> . - run: cmake -D XLNT_CXX_LANG=<< parameters.cxx-ver >> -D STATIC=<< parameters.static >> -D BENCHMARKS=<< parameters.benchmarks >> -D SAMPLES=<< parameters.samples >> -D COVERAGE=<< parameters.coverage >> -D CMAKE_BUILD_TYPE=<< parameters.build-type >> .
- run: cmake --build . -- -j2 - run: cmake --build . -- -j2
- run: ./tests/xlnt.test - run: ./tests/xlnt.test