Skip to content

Commit

Permalink
iox-eclipse-iceoryx#346 Cleanup: Remove trailing whitespace in Github…
Browse files Browse the repository at this point in the history
… Actions files

Signed-off-by: Juan Pablo Samper <[email protected]>
  • Loading branch information
jpsamper2009 committed Nov 10, 2020
1 parent 4c22015 commit 264b1ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install iceoryx dependencies
# Softwares installed in ubuntu-18.04 instance
# Softwares installed in ubuntu-18.04 instance
# https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-README.md
run: sudo apt-get update && sudo apt-get install -y libacl1-dev libncurses5-dev

- name : Checkout
uses: actions/checkout@v2

- name: Build sources
run: |
export NUM_CORES=`nproc`
Expand All @@ -48,13 +48,13 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install iceoryx dependencies
# Softwares installed in ubuntu-18.04 instance
# Softwares installed in ubuntu-18.04 instance
# https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-README.md
run: sudo apt-get update && sudo apt-get install -y libacl1-dev libncurses5-dev

- name : Checkout
uses: actions/checkout@v2

- name: Build sources
run: |
export NUM_CORES=`nproc`
Expand All @@ -76,7 +76,7 @@ jobs:
macos-build-script:
runs-on: macos-10.15
# Softwares installed in macos-10.15 instance
# https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md
# https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -89,10 +89,10 @@ jobs:
cd $GITHUB_WORKSPACE
mkdir -p build
cd build
git clone https://github.com/mirror/ncurses.git
git clone https://github.com/mirror/ncurses.git
cd ncurses
git checkout v6.2
./configure --prefix=$GITHUB_WORKSPACE/build/install/prefix/ --exec-prefix=$GITHUB_WORKSPACE/build/install/prefix/ --with-termlib
./configure --prefix=$GITHUB_WORKSPACE/build/install/prefix/ --exec-prefix=$GITHUB_WORKSPACE/build/install/prefix/ --with-termlib
make
make install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_test_cov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow builds & runs test cases in iceoryx

name: Build, Test and get Test-Coverage
name: Build, Test and get Test-Coverage

# Triggers the workflow on push or pull request events but only for the master branch
on:
Expand All @@ -19,13 +19,13 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install iceoryx dependencies
# Softwares installed in ubuntu-18.04 instance
# Softwares installed in ubuntu-18.04 instance
# https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-README.md
run: sudo apt-get update && sudo apt-get install -y libacl1-dev libncurses5-dev git cmake build-essential lcov

- name : Checkout
uses: actions/checkout@v2

- name: Build, test and generate gcov report
run: |
export NUM_CORES=`nproc`
Expand All @@ -35,4 +35,4 @@ jobs:
uses: codecov/codecov-action@v1
with:
file: ./build/lcov/iceoryx_filter.info
name: iceoryx
name: iceoryx
6 changes: 3 additions & 3 deletions .github/workflows/colcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]

steps:
- name: Setup ROS
uses: ros-tooling/[email protected]
Expand All @@ -32,10 +32,10 @@ jobs:
sudo apt-get update && sudo apt-get install -y cmake libacl1-dev libncurses5-dev pkg-config
mkdir -p src/iceoryx
cd $GITHUB_WORKSPACE/src/iceoryx
- name: Checkout
uses: actions/checkout@v2

- name: Build & Test
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 264b1ad

Please sign in to comment.