[cmake-developers] Ubuntu CMake Repository Now Available

Rolf Eike Beer eike at sf-mail.de
Sat Apr 6 04:56:03 EDT 2019


Am Freitag, 5. April 2019, 21:16:52 CEST schrieb Kyle Edwards via cmake-
developers:
> All,
> 
> I am pleased to announce that Kitware is now offering an
> officially-supported set of Ubuntu packages for CMake. These CMake
> packages can be installed with apt-get, just like other Ubuntu
> packages. We currently support Ubuntu 16.04 and 18.04.

Nice!

The magic spell for TravisCI is:

addons:
  apt:
    sources:
      - sourceline: 'deb https://apt.kitware.com/ubuntu/ xenial main'
        key_url: 'https://apt.kitware.com/keys/kitware-archive-2019.asc'
    packages:
      - cmake

Or "trusty" if you still use the default distro.

Eike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part.
URL: <https://cmake.org/pipermail/cmake-developers/attachments/20190406/c1f457f3/attachment.sig>


More information about the cmake-developers mailing list