From fff40704e9bd1229ef35c3bdbe565bdb6ac14fea Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan <111538666+rajeev-0@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:06:11 +0200 Subject: [PATCH] Update version_compatability.yml --- .github/workflows/version_compatability.yml | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/version_compatability.yml b/.github/workflows/version_compatability.yml index 2b09c210..a57df7f6 100644 --- a/.github/workflows/version_compatability.yml +++ b/.github/workflows/version_compatability.yml @@ -41,16 +41,16 @@ jobs: echo $GITHUB_ENV cmake . make - mkdir build - cd build - cmake -S .. -B . - cmake --build . - cmake -DCMAKE_BUILD_TYPE=Release .. - make clean build - cd .. - mkdir build-with-libcmp - cd build-with-libcmp - USE_LIBCMP=1 cmake -S .. -B . - make clean build - DESTDIR=tmp make install uninstall - make deb + #mkdir build + #cd build + #cmake -S .. -B . + #cmake --build . + #cmake -DCMAKE_BUILD_TYPE=Release .. + #make clean build + #cd .. + #mkdir build-with-libcmp + #cd build-with-libcmp + #USE_LIBCMP=1 cmake -S .. -B . + #make clean build + #DESTDIR=tmp make install uninstall + #make deb