Skip to content

Commit

Permalink
[ci] windows: add install target
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Oct 17, 2022
1 parent c5aadf3 commit 57c5578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
buildDirectory: ${{ env.buildDir }}
buildWithCMakeArgs: '--config Release'
buildWithCMakeArgs: '--config Release --target install'
cmakeAppendedArgs: -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}
-DBUILD_SHARED_LIBS:BOOL=ON
-DTARGET_ARCHITECTURE=core
Expand Down

0 comments on commit 57c5578

Please sign in to comment.