Skip to content

Commit

Permalink
Merge pull request #27 from elsid/ci_pull_request
Browse files Browse the repository at this point in the history
Run CI on pull requests
  • Loading branch information
psi29a committed Jul 1, 2024
2 parents 673f30a + b44789c commit 43faf6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build

on: push
on:
- push
- pull_request

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -62,7 +64,6 @@ jobs:
-D OSG_MSVC_VERSIONED_DLL=OFF
-D OSG_DETERMINE_WIN_VERSION=OFF
-D OSG_FIND_3RD_PARTY_DEPS=OFF
-D OSG_USE_UTF8_FILENAME=ON
-D BUILD_OSG_PLUGINS_BY_DEFAULT=OFF
-D BUILD_OSG_PLUGIN_OSG=ON
-D BUILD_OSG_PLUGIN_DDS=ON
Expand Down

0 comments on commit 43faf6f

Please sign in to comment.