Skip to content

Commit 43faf6f

Browse files
authored
Merge pull request #27 from elsid/ci_pull_request
Run CI on pull requests
2 parents 673f30a + b44789c commit 43faf6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build
22

3-
on: push
3+
on:
4+
- push
5+
- pull_request
46

57
concurrency:
68
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -62,7 +64,6 @@ jobs:
6264
-D OSG_MSVC_VERSIONED_DLL=OFF
6365
-D OSG_DETERMINE_WIN_VERSION=OFF
6466
-D OSG_FIND_3RD_PARTY_DEPS=OFF
65-
-D OSG_USE_UTF8_FILENAME=ON
6667
-D BUILD_OSG_PLUGINS_BY_DEFAULT=OFF
6768
-D BUILD_OSG_PLUGIN_OSG=ON
6869
-D BUILD_OSG_PLUGIN_DDS=ON

0 commit comments

Comments
 (0)