Skip to content

Commit

Permalink
try dirS
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 25, 2024
1 parent c8a3dbb commit b0581ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
$release_name = "karbo-cli-win64-$krb_ver"
mkdir "$build_folder"
cd "$build_folder"
cmake -G "Visual Studio 16 2019" -A x64 -DBoost_NO_BOOST_CMAKE=TRUE -DBoost_LIB_PREFIX=lib -DBoost_COMPILER=-vc143 -DBOOST_ROOT="$env:BOOST_ROOT" -DBOOST_INCLUDE_DIRS="$env:BOOST_ROOT/include" -DBOOST_LIBRARYDIR="$env:BOOST_ROOT/lib" ..
cmake -G "Visual Studio 16 2019" -A x64 -DBoost_NO_BOOST_CMAKE=TRUE -DBOOST_ROOT="$env:BOOST_ROOT" -DBOOST_INCLUDE_DIRS="$env:BOOST_ROOT/include" -DBOOST_LIBRARY_DIRS="$env:BOOST_ROOT/lib" ..
msbuild Karbowanec.sln /p:Configuration=Release /m
cd src\Release
Compress-Archive -Path *.exe -DestinationPath "$release_name.zip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
$release_name = "Karbo-cli-win64-$krb_ver"
mkdir "$build_folder"
cd "$build_folder"
cmake -G "Visual Studio 16 2019" -A x64 -DBoost_NO_BOOST_CMAKE=TRUE -DBoost_LIB_PREFIX=lib -DBoost_COMPILER=-vc143 -DBOOST_ROOT="$env:BOOST_ROOT" -DBOOST_INCLUDE_DIRS="$env:BOOST_ROOT/include" -DBOOST_LIBRARYDIR="$env:BOOST_ROOT/lib" ..
cmake -G "Visual Studio 16 2019" -A x64 -DBoost_NO_BOOST_CMAKE=TRUE -DBOOST_ROOT="$env:BOOST_ROOT" -DBOOST_INCLUDE_DIRS="$env:BOOST_ROOT/include" -DBOOST_LIBRARY_DIRS="$env:BOOST_ROOT/lib" ..
msbuild Karbowanec.sln /p:Configuration=Release /m
cd src\Release
Compress-Archive -Path *.exe -DestinationPath "$release_name.zip"
Expand Down

0 comments on commit b0581ec

Please sign in to comment.