]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[CI] Add cmake test for source dirs with spaces
authorNick Terrell <terrelln@fb.com>
Thu, 3 Dec 2020 01:08:36 +0000 (17:08 -0800)
committerNick Terrell <terrelln@fb.com>
Thu, 10 Dec 2020 19:02:48 +0000 (11:02 -0800)
.github/workflows/generic-dev.yml

index 9fb4a0c8b71579f6452e10ac2ead9c1480b88d20..6b127aa7a55b95e3929f380c5d021da6745873c7 100644 (file)
@@ -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