We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 673f30a + b44789c commit 43faf6fCopy full SHA for 43faf6f
.github/workflows/build.yaml
@@ -1,6 +1,8 @@
1
name: Build
2
3
-on: push
+on:
4
+- push
5
+- pull_request
6
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -62,7 +64,6 @@ jobs:
62
64
-D OSG_MSVC_VERSIONED_DLL=OFF
63
65
-D OSG_DETERMINE_WIN_VERSION=OFF
66
-D OSG_FIND_3RD_PARTY_DEPS=OFF
- -D OSG_USE_UTF8_FILENAME=ON
67
-D BUILD_OSG_PLUGINS_BY_DEFAULT=OFF
68
-D BUILD_OSG_PLUGIN_OSG=ON
69
-D BUILD_OSG_PLUGIN_DDS=ON
0 commit comments