Skip to content

Commit

Permalink
Update version_compatability.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 authored Oct 15, 2024
1 parent 7d4eceb commit fff4070
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/version_compatability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fff4070

Please sign in to comment.