mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 08:46:45 +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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: cmake
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Configure
|
||||
run: cmake -DCMAKE_BUILD_TYPE=Release -DLIBIPC_BUILD_TESTS=ON .
|
||||
- name: make
|
||||
|
||||
- name: Build
|
||||
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 .
|
||||
|
||||
- name: Build
|
||||
run: make -j
|
||||
|
||||
run: make -j
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
LD_LIBRARY_PATH: ./lib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user