codecov: attempt to fix libmemcachedinternal path mismatch
authorMichael Wallner <mike@php.net>
Mon, 19 Oct 2020 07:37:59 +0000 (09:37 +0200)
committerMichael Wallner <mike@php.net>
Mon, 19 Oct 2020 07:37:59 +0000 (09:37 +0200)
.github/workflows/cmake-build-ci.gen
.github/workflows/cmake-build-ci.yml
.travis.yml
codecov.yml

index dddde934da170f6466f5c2ad37c32d8f0f763bfa..d8b46d42c2f34ae126e82c7acdda3a082f959f1d 100755 (executable)
@@ -165,7 +165,7 @@ function steps_build() {
       - name: Test
         run: make -C build -j2 test
       - name: Install
-        run: make -C build -j2 install DESTDIR=.
+        run: make -C build -j2 install DESTDIR=/tmp
       - name: Failed tests log
         if: ${{ failure() }}
         run: cat build/Testing/Temporary/LastTest.log || true
index 3e9bf4af7cc53838f3b33c8ef60b89c8debafe96..b6cc23dcfc0de4424d5d99bd8260adbb8f6d2363 100644 (file)
@@ -92,7 +92,7 @@ jobs:
       - name: Test
         run: make -C build -j2 test
       - name: Install
-        run: make -C build -j2 install DESTDIR=.
+        run: make -C build -j2 install DESTDIR=/tmp
       - name: Failed tests log
         if: ${{ failure() }}
         run: cat build/Testing/Temporary/LastTest.log || true
@@ -153,7 +153,7 @@ jobs:
       - name: Test
         run: make -C build -j2 test
       - name: Install
-        run: make -C build -j2 install DESTDIR=.
+        run: make -C build -j2 install DESTDIR=/tmp
       - name: Failed tests log
         if: ${{ failure() }}
         run: cat build/Testing/Temporary/LastTest.log || true
@@ -215,7 +215,7 @@ jobs:
       - name: Test
         run: make -C build -j2 test
       - name: Install
-        run: make -C build -j2 install DESTDIR=.
+        run: make -C build -j2 install DESTDIR=/tmp
       - name: Failed tests log
         if: ${{ failure() }}
         run: cat build/Testing/Temporary/LastTest.log || true
@@ -274,7 +274,7 @@ jobs:
       - name: Test
         run: make -C build -j2 test
       - name: Install
-        run: make -C build -j2 install DESTDIR=.
+        run: make -C build -j2 install DESTDIR=/tmp
       - name: Failed tests log
         if: ${{ failure() }}
         run: cat build/Testing/Temporary/LastTest.log || true
@@ -404,7 +404,7 @@ jobs:
       - name: Test
         run: make -C build -j2 test
       - name: Install
-        run: make -C build -j2 install DESTDIR=.
+        run: make -C build -j2 install DESTDIR=/tmp
       - name: Failed tests log
         if: ${{ failure() }}
         run: cat build/Testing/Temporary/LastTest.log || true
index 1428b20a34afd504a75b8dd2581cd093fc6793df..df4174bdea0088afb3b4e8fea7615e45b1d3ea66 100644 (file)
@@ -40,7 +40,7 @@ script:
  - cmake -DMEMCACHED_BINARY=/opt/bin/memcached ..
  - make -j2 VERBOSE=1
  - make test VERBOSE=1
- - make install DESTDIR=.
+ - make install DESTDIR=/tmp
 
 after_failure:
  - cat Testing/Temporary/LastTest.log || true
index 5e59977bf9c384e2055cd4b8985bf29237b94f55..153d032a2bee9fcd4b8b2e50b0423c563d189926 100644 (file)
@@ -6,7 +6,7 @@ ignore:
   - "/Applications/"
 
 fixes:
-  - "libmemcachedinternal::libmemcached"
+  - "src/libmemcachedinternal::src/libmemcached"
 
 coverage:
   status: