Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 0207e7140f7fb7db2d93dd6ebfffb10cfaaf5cac)
+++ Jenkinsfile	(revision 40b1df985680825ed0515ef1b6a8a35a0165b189)
@@ -77,4 +77,5 @@
 		//Prevent the build from exceeding 30 minutes
 		timeout(30) {
+
 			//Wrap build to add timestamp to command line
 			wrap([$class: 'TimestamperBuildWrapper']) {
@@ -82,4 +83,12 @@
 				//Compile using gcc-4.9
 				currentCC = new CC_Desc('gcc-4.9', 'g++-4.9', 'gcc-4.9')
+				cfa_build()
+
+				//Compile using gcc-5
+				currentCC = new CC_Desc('gcc-5', 'g++-5', 'gcc-5')
+				cfa_build()
+
+				//Compile using gcc-4.9
+				currentCC = new CC_Desc('gcc-6', 'g++-6', 'gcc-6')
 				cfa_build()
 
