mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-25 08:48:44 +00:00
fixes with linter
This commit is contained in:
parent
932046cc39
commit
66109effc5
20 changed files with 124 additions and 111 deletions
|
|
@ -1,4 +1,6 @@
|
|||
- ansible.builtin.import_tasks: build.yml
|
||||
# is done at the main
|
||||
# - name: Install build comon deps
|
||||
# ansible.builtin.import_tasks: build.yml
|
||||
|
||||
- name: Install tools for cpp dev
|
||||
ansible.builtin.dnf5:
|
||||
|
|
@ -6,7 +8,7 @@
|
|||
- make
|
||||
- cmake
|
||||
- xmake
|
||||
|
||||
|
||||
- clang
|
||||
- clang-tools
|
||||
- clang-tools-extra
|
||||
|
|
@ -14,7 +16,7 @@
|
|||
- clang-tools-devel
|
||||
- clang-tools-extra-devel
|
||||
- clang-libs
|
||||
|
||||
|
||||
- doxygen
|
||||
|
||||
state: latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue