diff options
author | raveit65 <[email protected]> | 2020-04-11 16:43:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-11 16:43:19 +0200 |
commit | 56a575635d63b34fe9f016cf47bf744a6febec6e (patch) | |
tree | 13c926db29e3d529d2feaf60242b69ff9b32ed39 /.build.yml | |
parent | 2d66e62a63bc728f0aa1755d6236a41220dc74e1 (diff) | |
download | pluma-56a575635d63b34fe9f016cf47bf744a6febec6e.tar.bz2 pluma-56a575635d63b34fe9f016cf47bf744a6febec6e.tar.xz |
ci: add missing requires autoconf-archive
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,7 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/pluma + - autoconf-archive - autopoint - clang - clang-tools @@ -52,6 +53,7 @@ requires: fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/pluma.git + - autoconf-archive - clang - clang-analyzer - desktop-file-utils @@ -72,6 +74,7 @@ requires: - redhat-rpm-config ubuntu: + - autoconf-archive - autopoint - clang - clang-tools |