- 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
- 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
- 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
- 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
- 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
- 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
- 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