mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
udpated github ci
This commit is contained in:
5
.github/workflows/standalone-ci.yml
vendored
5
.github/workflows/standalone-ci.yml
vendored
@@ -18,7 +18,4 @@ jobs:
|
||||
- name: Update git submodule
|
||||
run: git submodule update --init --recursive
|
||||
- name: Build and pack
|
||||
run: mkdir build && cd build && cmake -DBUILD_TESTS=ON .. && cmake --build . && cpack
|
||||
- name: Run tests
|
||||
run: ./build/bin/gtest_all
|
||||
|
||||
run: mkdir build && cd build && cmake -DBUILD_TESTS=ON .. && cmake --build . && cpack
|
||||
|
||||
Reference in New Issue
Block a user