Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
e7a88b2d
Unverified
Commit
e7a88b2d
authored
May 03, 2020
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
💚
fix AppVeyor and Travis builds
parent
24237af9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
appveyor.yml
appveyor.yml
+1
-1
CMakeLists.txt
test/CMakeLists.txt
+1
-1
No files found.
appveyor.yml
View file @
e7a88b2d
...
@@ -123,4 +123,4 @@ test_script:
...
@@ -123,4 +123,4 @@ test_script:
# as it is extremely slow to run and cause
# as it is extremely slow to run and cause
# occasional timeouts on AppVeyor.
# occasional timeouts on AppVeyor.
# More info: https://github.com/nlohmann/json/pull/1570
# More info: https://github.com/nlohmann/json/pull/1570
-
if "%configuration%"=="Debug" ctest --exclude-regex "test-unicode
_all
" -C "%configuration%" -V -j
-
if "%configuration%"=="Debug" ctest --exclude-regex "test-unicode" -C "%configuration%" -V -j
test/CMakeLists.txt
View file @
e7a88b2d
...
@@ -162,7 +162,7 @@ foreach(file ${files})
...
@@ -162,7 +162,7 @@ foreach(file ${files})
if
(
JSON_Valgrind
)
if
(
JSON_Valgrind
)
add_test
(
NAME
"
${
testcase
}
_valgrind"
add_test
(
NAME
"
${
testcase
}
_valgrind"
COMMAND
${
memcheck_command
}
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
testcase
}
${
DOCTEST_TEST_FILTER
}
--no-skip
COMMAND
${
memcheck_command
}
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
testcase
}
${
DOCTEST_TEST_FILTER
}
WORKING_DIRECTORY
${
CMAKE_SOURCE_DIR
}
WORKING_DIRECTORY
${
CMAKE_SOURCE_DIR
}
)
)
set_tests_properties
(
"
${
testcase
}
_valgrind"
PROPERTIES LABELS
"valgrind"
)
set_tests_properties
(
"
${
testcase
}
_valgrind"
PROPERTIES LABELS
"valgrind"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment