Skip to content

Commit

Permalink
Update cmake command line based on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bleunguts committed Nov 28, 2023
1 parent 556b019 commit 96f2aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/managedEnv20231128015747.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
dotnet-version: ${{ env.DOTNET_CORE_VERSION }}
- name: "CMake native libs step 1"
run: |
cmake -S ./ProjectX.AnalyticsLibNative -B ./ProjectX.AnalyticsLibNative/build -D CMAKE_BUILD_TYPE=Release
cmake --build ./ProjectX.AnalyticsLibNative/build
cmake -S ./ProjectX.AnalyticsLibNative -B ./ProjectX.AnalyticsLibNative/out -DCMAKE_INSTALL_PREFIX=./ProjectX.AnalyticsLibNative/out/install/linux-base
cmake --build ./ProjectX.AnalyticsLibNative/out/install/linux-base
- name: "Build sln"
run: dotnet build ProjectX_.sln
- name: "Run tests"
Expand Down

0 comments on commit 96f2aae

Please sign in to comment.