cleanup docker files and build/test procedure

This commit is contained in:
Ryo Nakamura
2022-11-06 16:00:18 +09:00
parent 15dbb564c8
commit df404ec3c6
14 changed files with 174 additions and 108 deletions

View File

@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install build dependency
run: sudo ./install-build-deps.sh
run: sudo ./scripts/install-build-deps.sh
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.