mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
updated readme and ci
This commit is contained in:
8
.github/workflows/standalone-ci.yml
vendored
8
.github/workflows/standalone-ci.yml
vendored
@@ -13,10 +13,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install -y build-essential cmake libasio-dev
|
||||
# - name: Install dependencies
|
||||
# run: sudo apt-get install -y build-essential cmake libasio-dev
|
||||
- name: Update git submodule
|
||||
run: git submodule update --init --recursive
|
||||
- name: Build and pack
|
||||
run: pwd && ls && mkdir build && cd build && cmake -DBUILD_TESTS=ON .. && cmake --build . && cpack
|
||||
run: 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