Skip to content

Commit

Permalink
Switched actions branch
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Santiago <[email protected]>
  • Loading branch information
jsan-rt committed Mar 12, 2023
1 parent 918db15 commit c256b3e
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/linux-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,7 @@ jobs:
path: src/Fast-DDS

- name: Install apt packages
uses: eProsima/eProsima-CI/ubuntu/install_apt_packages@feature/uncrustify
with:
update: "true"
upgrade: "false"
packages: curl grep libasio-dev libtinyxml2-dev python3 python3-pip libssl-dev software-properties-common wget

- name: Install python packages by default
uses: eProsima/eProsima-CI/ubuntu/install_python_packages@feature/uncrustify
with:
custom_packages: colcon-common-extensions vcstool
eprosima_default_packages: "false"

uses: eProsima/eProsima-CI/ubuntu/install_fast_dependencies@feature/build_dependencies

- name: Fetch Fast DDS dependencies
uses: ./src/Fast-DDS/.github/actions/fetch-fastdds-repos
Expand All @@ -66,7 +55,8 @@ jobs:
run: |
colcon build \
--event-handlers=console_direct+ \
--cmake-args -DSECURITY=ON \
--cmake-args -DCMAKE_BUILD_ARGS=RelWithDebInfo \
-DSECURITY=ON \
-DFASTDDS_STATISTICS=ON ${{ github.event.inputs.cmake-args }}
- name: Run tests Fast DDS
Expand Down

0 comments on commit c256b3e

Please sign in to comment.