Skip to content

Commit

Permalink
udate some ci/cd options
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Mar 20, 2024
1 parent 5aae5bc commit e2f3285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_DEMO:BOOL=OFF \
-DBUILD_PSIMEDIA:BOOL=${ENABLE_PLUGINS} \
-DBUNDLED_QCA:BOOL=OFF \
-DBUNDLED_USRSCTP:BOOL=OFF \
-DIRIS_BUNDLED_QCA:BOOL=OFF \
-DIRIS_BUNDLED_USRSCTP:BOOL=OFF \
-DCHAT_TYPE:STRING=${{ matrix.chattype }} \
-DENABLE_DEV_PLUGINS=${ENABLE_PLUGINS} \
-DENABLE_PLUGINS:BOOL=${ENABLE_PLUGINS} \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_DEV_PLUGINS=${ENABLE_PLUGINS} \
-DBUILD_PSIMEDIA=${ENABLE_PLUGINS} \
-DBUNDLED_QCA=ON \
-DBUNDLED_USRSCTP=ON \
-DIRIS_BUNDLED_QCA=ON \
-DIRIS_BUNDLED_USRSCTP=ON \
-DENABLE_PLUGINS=${ENABLE_PLUGINS} \
-DUSE_HUNSPELL=ON \
-DUSE_KEYCHAIN=ON \
Expand Down

0 comments on commit e2f3285

Please sign in to comment.