Skip to content

Commit

Permalink
ansible,win: add CMake
Browse files Browse the repository at this point in the history
Refs: #2097
PR-URL: #2099
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
  • Loading branch information
joaocgreis committed Jan 2, 2020
1 parent 7c3aa84 commit 5e270be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/baselayout-windows/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
- name: install NetWide Assembler
win_chocolatey: name=nasm

- name: install CMake
win_chocolatey:
name: cmake
install_args: 'ADD_CMAKE_TO_PATH=System'

- name: install Python 3
win_chocolatey: name=python

Expand Down

0 comments on commit 5e270be

Please sign in to comment.