]> git.ipfire.org Git - thirdparty/curl.git/commit
CI/tests: fix invocation of tests for CMake builds
authorSergei Nikulov <sergey.nikulov@gmail.com>
Mon, 12 Oct 2020 19:44:37 +0000 (22:44 +0300)
committerMarc Hoersken <info@marc-hoersken.de>
Wed, 14 Oct 2020 05:03:55 +0000 (07:03 +0200)
commitd8fffd718b26b3a18047dc17c4516a4e0fa8cc1e
tree10552c397a359313242d9c1d465a6369f3750469
parent112418070a5e61de248509b4bbb4986c962094f8
CI/tests: fix invocation of tests for CMake builds

Update appveyor.yml to set env variable TFLAGS and run tests
Remove curly braces due to CMake error (${TFLAGS} -> $TFLAGS)
Move testdeps build to build step (per review comments)

Reviewed-by: Marc Hörsken
Closes #6066
Fixes #6052
appveyor.yml
tests/CMakeLists.txt
tests/runtests.pl