Merge branch 'master' into 'master'

Add maven (Java build manager/helper) and Golang

Maven is an alternative to ant, and is very nice to work with 
Go is a programming language written by google.

See merge request !1
This commit is contained in:
Zachary Seguin 2016-10-04 14:30:13 -04:00
commit a79c3d3d92
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@
- autoproject - autoproject
- kbuild - kbuild
- premake4 - premake4
- maven
- name: Install OpenJDK - name: Install OpenJDK
apt: name={{ item }} state=latest apt: name={{ item }} state=latest
@ -265,6 +266,7 @@
- intercal - intercal
- rhino - rhino
- sbcl - sbcl
- golang
- name: Install misc languages on Ubuntu - name: Install misc languages on Ubuntu
apt: name={{ item }} state=latest apt: name={{ item }} state=latest