mirror of
https://github.com/lemire/fast_double_parser.git
synced 2025-04-03 20:04:57 +00:00
Removing para
This commit is contained in:
parent
70f4b8fac1
commit
4d1ada99c2
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ build_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake --version
|
- cmake --version
|
||||||
- cmake %CMAKE_ARGS% --parallel ..
|
- cmake %CMAKE_ARGS% ..
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- cmake --build . --config %Configuration% --verbose --parallel
|
- cmake --build . --config %Configuration% --verbose
|
||||||
|
|
||||||
for:
|
for:
|
||||||
-
|
-
|
||||||
|
@ -33,7 +33,7 @@ for:
|
||||||
- job_name: VS2019ARM
|
- job_name: VS2019ARM
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- ctest --output-on-failure -C %Configuration% --verbose %CTEST_ARGS% --parallel
|
- ctest --output-on-failure -C %Configuration% --verbose %CTEST_ARGS%
|
||||||
|
|
||||||
clone_folder: c:\projects\fast_double_parser
|
clone_folder: c:\projects\fast_double_parser
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue