Skip to content

Commit

Permalink
Remove pull request trigger from GitHub workflows and set default bui…
Browse files Browse the repository at this point in the history
…ld profile
  • Loading branch information
dpasukhi committed Feb 14, 2025
1 parent d299a3b commit 99c1876
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-multiconfig-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
name: MinGW build validation

on:
pull_request:
branches:
- '**'
push:
branches:
- 'master'
Expand Down Expand Up @@ -150,7 +147,7 @@ jobs:
-D CMAKE_PREFIX_PATH=$MSYSTEM_PREFIX \
-D BUILD_USE_PCH=OFF \
-D BUILD_INCLUDE_SYMLINK=ON \
-D BUILD_OPT_PROFILE=Production \
-D BUILD_OPT_PROFILE=Default \
-D BUILD_LIBRARY_TYPE=Static \
-D USE_TK=ON \
-D CMAKE_BUILD_TYPE=${{ matrix.build_type }} \
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-multiconfig-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
name: MSVC build validation

on:
pull_request:
branches:
- '**'
push:
branches:
- 'master'
Expand Down Expand Up @@ -144,7 +141,7 @@ jobs:
-D CMAKE_CXX_COMPILER=${{ matrix.config.cxx }} `
-D BUILD_USE_PCH=OFF `
-D BUILD_INCLUDE_SYMLINK=ON `
-D BUILD_OPT_PROFILE=Production `
-D BUILD_OPT_PROFILE=Default `
-D BUILD_LIBRARY_TYPE=Static `
-D CMAKE_BUILD_TYPE=Debug `
-D INSTALL_DIR=${{ github.workspace }}/install `
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-multiconfig-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
name: Ubuntu build validation

on:
pull_request:
branches:
- '**'
push:
branches:
- 'master'
Expand Down Expand Up @@ -116,7 +113,7 @@ jobs:
-D CMAKE_CXX_COMPILER=${{ matrix.config.cxx }} \
-D BUILD_USE_PCH=OFF \
-D BUILD_INCLUDE_SYMLINK=ON \
-D BUILD_OPT_PROFILE=Production \
-D BUILD_OPT_PROFILE=Default \
-D BUILD_LIBRARY_TYPE=Static \
-D USE_TK=ON \
-D CMAKE_BUILD_TYPE=${{ matrix.build_type }} \
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-occt-wasm-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
name: WebAssembly build (Ubuntu)

on:
pull_request:
branches:
- '**'
push:
branches:
- 'master'
Expand Down

0 comments on commit 99c1876

Please sign in to comment.