Skip to content

Commit

Permalink
Use refactored test_cpp-pm_install.py for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Aug 17, 2023
1 parent aac086d commit b127917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit b127917

Please sign in to comment.