1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-09 14:40:55 +03:00

Automated tests for 32-bit i386/i686 architecture.

This commit is contained in:
David Steele
2017-11-18 20:14:14 -05:00
parent 8a3425ec04
commit 500d6b4b66
6 changed files with 51 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ sub process
" aws configure list\n" .
" - |\n" .
" # Install Devel::Cover\n" .
" sudo dpkg -i \${TRAVIS_BUILD_DIR?}/test/package/u14-" . LIB_COVER_PACKAGE . "\n" .
" sudo dpkg -i \${TRAVIS_BUILD_DIR?}/test/package/u14-" . packageDevelCover(VM_ARCH_AMD64) . "\n" .
' ' . LIB_COVER_EXE . " -v\n" .
"\n" .
"install:\n" .