Mercurial > minori
comparison .builds/linux.yml @ 344:676b9967d8c6
CI: install cmake
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Thu, 20 Jun 2024 06:00:28 -0400 |
| parents | 1faa72660932 |
| children | ab77d65f23cd |
comparison
equal
deleted
inserted
replaced
| 343:1faa72660932 | 344:676b9967d8c6 |
|---|---|
| 1 image: debian/bookworm | 1 image: debian/bookworm |
| 2 packages: | 2 packages: |
| 3 - qtbase5-dev | 3 - qtbase5-dev |
| 4 - qttools5-dev | 4 - qttools5-dev |
| 5 - automake | 5 - cmake |
| 6 - autoconf | |
| 7 - libtool | |
| 8 - clang | 6 - clang |
| 9 - libcurl4-openssl-dev | 7 - libcurl4-openssl-dev |
| 10 - wget | 8 - wget |
| 11 - fuse | 9 - fuse |
| 12 - file | 10 - file |
| 13 - xorg-dev # shouldn't install Xorg! | 11 - libxcb1-dev |
| 12 - libxcb-res0-dev | |
| 14 - libwayland-dev | 13 - libwayland-dev |
| 15 - pkg-config | 14 - pkg-config |
| 16 - libglib2.0-dev | 15 - libglib2.0-dev |
| 17 sources: | 16 sources: |
| 18 - hg+https://hg.paper.us.eu.org/minori | 17 - hg+https://hg.paper.us.eu.org/minori |
