문제

I want make a Job on Hudson. My Project are in C++. I am an absolutly beginner with Hudson. Can you gibe me an Example how i have to do it?

Thanks für your help.

도움이 되었습니까?

해결책

  • Create a new free-style software project job.
  • Configure that job.
  • (Optional) Under Source Code Management section, select your SCM source and configure your repositories and local workspace
  • Under Build section, select Add build step and select:
    Execute Shell if on *nix
    Execute Windows Batch Command if on Windows
  • Write your build/make/compile command as you would from command line
  • (Optional) Archive the artifacts of the build with Archive the artifacts under Post-build Actions
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top