mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
[CI] Add cmake test for source dirs with spaces
This commit is contained in:
parent
fe48742c69
commit
85f8a8ca4d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/generic-dev.yml
vendored
6
.github/workflows/generic-dev.yml
vendored
|
|
@ -89,7 +89,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- 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:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue