mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
Merge branch 'master' of https://github.com/westonrobot/wrp_sdk
This commit is contained in:
5
.github/workflows/standalone-ci.yml
vendored
5
.github/workflows/standalone-ci.yml
vendored
@@ -16,4 +16,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install -y build-essential cmake libasio-dev
|
||||
- name: Build and pack
|
||||
run: pwd && ls && mkdir build && cd build && cmake .. && cmake --build . && cpack
|
||||
run: pwd && ls && mkdir build && cd build && cmake -DBUILD_TESTS=ON .. && cmake --build . && cpack
|
||||
- name: Run tests
|
||||
run: ./build/bin/gtest_all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user