added quotes

This commit is contained in:
joaquintides
2023-01-20 19:53:00 +01:00
parent 8f0a71fd8a
commit cd5c42ed3d

View File

@@ -177,7 +177,7 @@ jobs:
architecture: x64
vcpkgtriplet: x64-windows
sourcefile: main.cpp
download-datafiles: http://mattmahoney.net/dc/enwik9.zip
download-datafiles: "http://mattmahoney.net/dc/enwik9.zip"
compileroptions: /std:c++20 /O2 /GL /D "NDEBUG" /D "CFOA_EMBEDDED_GROUP_ACCESS" /EHsc /MD /Fe:benchmark.exe
outputfile: benchmark.exe
reportdir: vs-x64
@@ -188,7 +188,7 @@ jobs:
architecture: x86
vcpkgtriplet: x86-windows
sourcefile: main.cpp
download-datafiles: http://mattmahoney.net/dc/enwik8.zip
download-datafiles: "http://mattmahoney.net/dc/enwik8.zip"
compileroptions: /std:c++20 /O2 /GL /D "NDEBUG" /D "CFOA_EMBEDDED_GROUP_ACCESS" /EHsc /MD /Fe:benchmark.exe
outputfile: benchmark.exe
reportdir: vs-x86