mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Remove CommonMark spec test downloader
We no longer have a Markdown implementation to test
This commit is contained in:
parent
e5018d2a7a
commit
37dcb165eb
Notes:
sideshowbarker
2024-07-17 05:02:35 +09:00
Author: https://github.com/circl-lastname Commit: https://github.com/LadybirdBrowser/ladybird/commit/37dcb165eb Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/259 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
option(ENABLE_COMMONMARK_SPEC_DOWNLOAD "Enable download of commonmark test suite at build time" ON)
|
||||
|
||||
set(MARKDOWN_TEST_PATH ${SERENITY_CACHE_DIR}/commonmark.spec.json)
|
||||
set(MARKDOWN_TEST_URL https://spec.commonmark.org/0.30/spec.json)
|
||||
|
||||
if(ENABLE_COMMONMARK_SPEC_DOWNLOAD)
|
||||
download_file(${MARKDOWN_TEST_URL} ${MARKDOWN_TEST_PATH})
|
||||
install(FILES ${MARKDOWN_TEST_PATH} DESTINATION home/anon/Tests)
|
||||
endif()
|
Loading…
Reference in a new issue