mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-02-08 18:56:41 +08:00
Unified CI step names
This commit is contained in:
parent
48fa2d9d96
commit
01da1334e1
16
.github/workflows/c-cpp.yml
vendored
16
.github/workflows/c-cpp.yml
vendored
@ -12,10 +12,16 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout Code
|
||||||
- name: cmake
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Configure
|
||||||
run: cmake -DCMAKE_BUILD_TYPE=Release -DLIBIPC_BUILD_TESTS=ON .
|
run: cmake -DCMAKE_BUILD_TYPE=Release -DLIBIPC_BUILD_TESTS=ON .
|
||||||
- name: make
|
|
||||||
|
- name: Build
|
||||||
run: make -j
|
run: make -j
|
||||||
- name: test
|
|
||||||
run: export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH && ./bin/test-ipc
|
- name: Test
|
||||||
|
env:
|
||||||
|
LD_LIBRARY_PATH: ./lib
|
||||||
|
run: ./bin/test-ipc
|
||||||
|
|||||||
4
.github/workflows/codecov.yml
vendored
4
.github/workflows/codecov.yml
vendored
@ -19,8 +19,8 @@ jobs:
|
|||||||
run: cmake -DCMAKE_BUILD_TYPE=Debug -DLIBIPC_BUILD_TESTS=ON -DLIBIPC_CODECOV=ON .
|
run: cmake -DCMAKE_BUILD_TYPE=Debug -DLIBIPC_BUILD_TESTS=ON -DLIBIPC_CODECOV=ON .
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make -j
|
run: make -j
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
env:
|
env:
|
||||||
LD_LIBRARY_PATH: ./lib
|
LD_LIBRARY_PATH: ./lib
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user