This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/civetweb_integration
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/civetweb_integration
by this push:
new 3d4fcb63 Fix missing target civetweb::server for Ubuntu build-apt.
3d4fcb63 is described below
commit 3d4fcb63289db6a54525e74d05591eaebecfe018
Author: PengZheng <[email protected]>
AuthorDate: Tue Jan 31 21:12:43 2023 +0800
Fix missing target civetweb::server for Ubuntu build-apt.
---
.github/workflows/coverity-scan.yml | 3 ++-
.github/workflows/ubuntu.yml | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/coverity-scan.yml
b/.github/workflows/coverity-scan.yml
index 887149d0..6e6e1595 100644
--- a/.github/workflows/coverity-scan.yml
+++ b/.github/workflows/coverity-scan.yml
@@ -30,7 +30,8 @@ jobs:
libcpputest-dev \
rapidjson-dev \
libavahi-compat-libdnssd-dev \
- libcivetweb-dev
+ libcivetweb-dev \
+ civetweb
- name: Download Coverity Build Tool
run: |
mkdir -p build/cov-analysis-linux64
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 05045acc..5c1ec9ff 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -94,7 +94,8 @@ jobs:
libcpputest-dev \
rapidjson-dev \
libavahi-compat-libdnssd-dev \
- libcivetweb-dev
+ libcivetweb-dev \
+ civetweb
- name: Build
env:
BUILD_OPTIONS: |