mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
Update and rename c-cpp.yml to standalone-ci.yml
merged pack and build into one step
This commit is contained in:
@@ -15,7 +15,5 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt-get install -y build-essential cmake libasio-dev
|
run: sudo apt-get install -y build-essential cmake libasio-dev
|
||||||
- name: build
|
- name: build and pack
|
||||||
run: pwd && ls && mkdir build && cd build && cmake .. && cmake --build .
|
run: pwd && ls && mkdir build && cd build && cmake .. && cmake --build . && cpack
|
||||||
- name: pack
|
|
||||||
run: cpack
|
|
||||||
Reference in New Issue
Block a user