Skip to content

Commit

Permalink
Added missing include files and updated workflow artifacts to 0.1.1 (#53
Browse files Browse the repository at this point in the history
)

- Added missing include files in meson
- Updated version to 0.1.1 in build artifacts
  • Loading branch information
ibaldin authored Sep 17, 2024
2 parents df3b5b3 + 5e85a55 commit c110166
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builddeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
GRPC_VER: 1.54.1
BOOST_VER: 1.85.0
E2SAR_VER: 0.1.0
E2SAR_VER: 0.1.1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploydebs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Deploy E2sar debs and dependency debs to releases
on:
workflow_dispatch:
env:
E2SAR_VER: 0.1.0
E2SAR_VER: 0.1.1
E2SAR_DEP: 1.85.0-boost-1.54.1-grpc

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deps2debs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build gRPC+Boost .deb and .rpms
on:
workflow_dispatch:
env:
E2SAR_VER: 0.1.0
E2SAR_VER: 0.1.1
DEPS_VER: 1.85.0-boost-1.54.1-grpc
FINAL_INSTALL: /usr/local

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build E2SAR .deb and .rpms
on:
workflow_dispatch:
env:
E2SAR_VER: 0.1.0
E2SAR_VER: 0.1.1
E2SAR_DEP: boost-1.85.0-grpc-1.54.1

jobs:
Expand Down
6 changes: 3 additions & 3 deletions include/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
install_headers('e2sar.hpp', 'e2sarError.hpp', 'e2sarCP.hpp',
'e2sarDPSegmenter.hpp', 'e2sarDPReassembler.hpp',
'e2sarNetUtil.hpp')
install_headers('e2sar.hpp', 'e2sarCP.hpp', 'e2sarDPReassembler.hpp',
'e2sarDPSegmenter.hpp','e2sarError.hpp','e2sarHeaders.hpp','e2sarNetUtil.hpp',
'e2sarUtil.hpp','portable_endian.h')

0 comments on commit c110166

Please sign in to comment.