[CI] Add cmake test for source dirs with spaces
This commit is contained in:
@@ -89,7 +89,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: cmake build and test check
|
- name: cmake build and test check
|
||||||
run: make cmakebuild
|
run: |
|
||||||
|
make cmakebuild
|
||||||
|
cp -r ./ "../zstd source"
|
||||||
|
cd "../zstd source"
|
||||||
|
make cmakebuild
|
||||||
|
|
||||||
gcc-8-asan-ubsan-fuzz:
|
gcc-8-asan-ubsan-fuzz:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user