Dodane zahteve za P2 (Slivnik)

This commit is contained in:
polz 2023-02-14 16:38:03 +01:00
parent d64f27e1d3
commit ac3f70cd2c
5 changed files with 27 additions and 0 deletions

View 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

View file

@ -0,0 +1,9 @@
- name: Install C/C++ development tools
apt:
name:
- gcc
- make
- automake
- g++
- cmake
state: latest

View 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

View file

@ -0,0 +1,4 @@
- name: Install Gedit
apt:
name: gedit
state: latest

View file

@ -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