From: Nick Terrell Date: Thu, 3 Dec 2020 01:08:36 +0000 (-0800) Subject: [CI] Add cmake test for source dirs with spaces X-Git-Tag: v1.4.7~6^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f8a8ca4da3128005a84fff96690fc796928895;p=thirdparty%2Fzstd.git [CI] Add cmake test for source dirs with spaces --- diff --git a/.github/workflows/generic-dev.yml b/.github/workflows/generic-dev.yml index 9fb4a0c8b..6b127aa7a 100644 --- a/.github/workflows/generic-dev.yml +++ b/.github/workflows/generic-dev.yml @@ -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