Dodane zahteve za P2 (Slivnik)
This commit is contained in:
parent
d64f27e1d3
commit
ac3f70cd2c
8
roles/linroom/tasks/P2-63278.yml
Normal file
8
roles/linroom/tasks/P2-63278.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Programiranje 2
|
||||
# bostjan.slivnik@fri.uni-lj.si
|
||||
# gedit, vscode, pdf viewer (evince), gcc, g++, make, JDK
|
||||
|
||||
- include_tasks: JDK.yml
|
||||
- include_tasks: gedit.yml
|
||||
- include_tasks: vscode.yml
|
||||
- include_tasks: c_development.yml
|
9
roles/linroom/tasks/c_development.yml
Normal file
9
roles/linroom/tasks/c_development.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: Install C/C++ development tools
|
||||
apt:
|
||||
name:
|
||||
- gcc
|
||||
- make
|
||||
- automake
|
||||
- g++
|
||||
- cmake
|
||||
state: latest
|
5
roles/linroom/tasks/free_fpga.yml
Normal file
5
roles/linroom/tasks/free_fpga.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Install OSS-CAD-suite
|
||||
unarchive:
|
||||
src: https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2022-10-04/oss-cad-suite-linux-x64-20221004.tgz
|
||||
dest: /opt
|
||||
remote_src: yes
|
4
roles/linroom/tasks/gedit.yml
Normal file
4
roles/linroom/tasks/gedit.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Install Gedit
|
||||
apt:
|
||||
name: gedit
|
||||
state: latest
|
|
@ -29,6 +29,7 @@
|
|||
- import_tasks: OS-63741.yml
|
||||
- import_tasks: OUI-63214.yml
|
||||
- import_tasks: P2-63706.yml
|
||||
- import_tasks: P2-63278.yml
|
||||
- import_tasks: PA-63737.yml
|
||||
- import_tasks: PB-63707.yml
|
||||
- import_tasks: PB2-63713.yml
|
||||
|
|
Loading…
Reference in a new issue