From b127917416893eb317a7369094bca1050b79b51a Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Thu, 17 Aug 2023 11:20:28 +0100 Subject: [PATCH] Use refactored test_cpp-pm_install.py for CI --- .github/workflows/installability.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installability.yml b/.github/workflows/installability.yml index 5590a484..93a4cd3a 100644 --- a/.github/workflows/installability.yml +++ b/.github/workflows/installability.yml @@ -47,9 +47,9 @@ jobs: fi git clone --depth 1 https://github.com/ned14/quickcpplib.git pip install --user gitpython - python quickcpplib/scripts/test_cpp-pm_install.py test-packaging/example.cpp quickcpplib quickcpplib::hl https://github.com/ned14/quickcpplib master outcome outcome::hl https://github.com/ned14/outcome master llfio llfio::sl https://github.com/ned14/llfio develop + python quickcpplib/scripts/test_cpp-pm_install.py test-packaging/example.cpp quickcpplib quickcpplib::hl https://github.com/ned14/quickcpplib master "" outcome outcome::hl https://github.com/ned14/outcome master "" llfio llfio::sl https://github.com/ned14/llfio develop "-DLLFIO_FORCE_OPENSSL_OFF=On$CMAKE_CONFIGURE_OPTIONS" cd test_cpp-pm_install mkdir build cd build - cmake .. -DCMAKE_BUILD_TYPE=Release "-Dllfio_CMAKE_ARGS=CMAKE_ARGS=-DLLFIO_FORCE_OPENSSL_OFF=On$CMAKE_CONFIGURE_OPTIONS" + cmake .. -DCMAKE_BUILD_TYPE=Release cmake --build .