mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-18 15:20:56 +03:00
tidy-up: minor nits
This commit is contained in:
committed by
Viktor Szakats
parent
c7074ccc9d
commit
bfcf796c17
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -216,13 +216,13 @@ jobs:
|
||||
else
|
||||
system='Windows'
|
||||
fi
|
||||
[ "${{ matrix.unity }}" = 'ON' ] && options="${options} -DCMAKE_UNITY_BUILD=ON"
|
||||
cmake . -B bld ${options} \
|
||||
-DCMAKE_SYSTEM_NAME=${system} \
|
||||
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake \
|
||||
-DCMAKE_GENERATOR_PLATFORM=${archgen} \
|
||||
-DVCPKG_TARGET_TRIPLET=${{ matrix.arch }}-${{ matrix.plat }} \
|
||||
-DCMAKE_VS_GLOBALS=TrackFileAccess=false \
|
||||
-DCMAKE_UNITY_BUILD=${{ matrix.unity }} \
|
||||
-DENABLE_WERROR=ON \
|
||||
-DENABLE_DEBUG_LOGGING=${{ matrix.log }} \
|
||||
-DBUILD_SHARED_LIBS=${{ matrix.shared }} \
|
||||
|
||||
@@ -3,7 +3,7 @@ SUBDIRS = ossfuzz
|
||||
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/include
|
||||
|
||||
# Get DOCKER_TESTS, STANDALONE_TESTS, SSHD_TESTS, TESTS_WITH_LIB_STATIC,
|
||||
# librunner_la_SOURCES defines
|
||||
# librunner_la_SOURCES defines and *_LDFLAGS for statically linked tests.
|
||||
include Makefile.inc
|
||||
|
||||
# Some tests rely on the 'srcdir' env. Set by autotools automatically.
|
||||
|
||||
Reference in New Issue
Block a user