1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-12-29 02:42:55 +02:00
Files
pg_probackup/packaging/test/Makefile.alt
Mikhail A. Kulagin a454bd7d63 [ci skip] improve packaging:
* adding testing of packages for PG-14
* updating postgres versions
* adding reprepro config and rpmmacros to git
* fixing forgotten rhel repo signing and package testing
* adding alt-8 package testing
* removing debian-8, ubuntu-14.04 and ubuntu-16.04 packaging
* s/PGPRO Standart/PGPRO Standard/g
2021-12-26 21:24:15 +03:00

51 lines
1014 B
Makefile

# ALT 9
build/test_alt_9_9.6:
$(call test_alt,alt,9,,9.6,9.6.24)
touch build/test_alt_9_9.6
build/test_alt_9_10:
$(call test_alt,alt,9,,10,10.19)
touch build/test_alt_9_10
build/test_alt_9_11:
$(call test_alt,alt,9,,11,11.14)
touch build/test_alt_9_11
build/test_alt_9_12:
$(call test_alt,alt,9,,12,12.9)
touch build/test_alt_9_12
build/test_alt_9_13:
$(call test_alt,alt,9,,13,13.5)
touch build/test_alt_9_13
build/test_alt_9_14:
$(call test_alt,alt,9,,14,14.1)
touch build/test_alt_9_14
# ALT 8
build/test_alt_8_9.6:
$(call test_alt,alt,8,,9.6,9.6.24)
touch build/test_alt_8_9.6
build/test_alt_8_10:
$(call test_alt,alt,8,,10,10.19)
touch build/test_alt_8_10
build/test_alt_8_11:
$(call test_alt,alt,8,,11,11.14)
touch build/test_alt_8_11
build/test_alt_8_12:
$(call test_alt,alt,8,,12,12.9)
touch build/test_alt_8_12
build/test_alt_8_13:
$(call test_alt,alt,8,,13,13.5)
touch build/test_alt_8_13
build/test_alt_8_14:
$(call test_alt,alt,8,,14,14.1)
touch build/test_alt_8_14