Bring things to new compile-r7rs
This commit is contained in:
		
							parent
							
								
									b7a218d3c3
								
							
						
					
					
						commit
						4abf47b065
					
				| 
						 | 
					@ -20,14 +20,14 @@ pipeline {
 | 
				
			||||||
                                stage("${implementation} install") {
 | 
					                                stage("${implementation} install") {
 | 
				
			||||||
                                    catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
 | 
					                                    catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
 | 
				
			||||||
                                        sh "docker build --build-arg SCHEME=${implementation} --tag=foreign-c-test-${implementation} -f dockerfiles/Dockerfile.snow-chibi-install-test ."
 | 
					                                        sh "docker build --build-arg SCHEME=${implementation} --tag=foreign-c-test-${implementation} -f dockerfiles/Dockerfile.snow-chibi-install-test ."
 | 
				
			||||||
                                        sh "docker run -v ${WORKSPACE}:/workdir -w /workdir -t foreign-c-test-${implementation} sh -c \"timeout 600 make clean all install-jenkins SCHEME=${implementation} && cp tests/hello.scm /tmp/ && cd /tmp && SCHEME=${implementation} compile-r7rs -o hello hello.scm && ./hello\""
 | 
					                                        sh "docker run -v ${WORKSPACE}:/workdir -w /workdir -t foreign-c-test-${implementation} sh -c \"timeout 60 make clean all install-jenkins SCHEME=${implementation} && cp tests/hello.scm /tmp/ && cd /tmp && SCHEME=${implementation} compile-r7rs -o hello hello.scm && ./hello\""
 | 
				
			||||||
                                    }
 | 
					                                    }
 | 
				
			||||||
                                }
 | 
					                                }
 | 
				
			||||||
                                tests.each { test ->
 | 
					                                tests.each { test ->
 | 
				
			||||||
                                    stage("${implementation} ${test}") {
 | 
					                                    stage("${implementation} ${test}") {
 | 
				
			||||||
                                        catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
 | 
					                                        catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
 | 
				
			||||||
                                            sh "docker build --build-arg SCHEME=${implementation} --tag=foreign-c-test-${implementation} -f dockerfiles/Dockerfile.test ."
 | 
					                                            sh "docker build --build-arg SCHEME=${implementation} --tag=foreign-c-test-${implementation} -f dockerfiles/Dockerfile.test ."
 | 
				
			||||||
                                            sh "docker run -v ${WORKSPACE}:/workdir -w /workdir -t foreign-c-test-${implementation} sh -c \"timeout 600 make SCHEME=${implementation} TEST=${test} clean test\""
 | 
					                                            sh "docker run -v ${WORKSPACE}:/workdir -w /workdir -t foreign-c-test-${implementation} sh -c \"timeout 60 make SCHEME=${implementation} TEST=${test} clean test\""
 | 
				
			||||||
                                        }
 | 
					                                        }
 | 
				
			||||||
                                    }
 | 
					                                    }
 | 
				
			||||||
                                }
 | 
					                                }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue