시행착오

Git & Jenkins & Unreal Setting

조규현15 2016. 2. 23. 10:45
반응형

삽질하면서 얻은 링크들...


#아래는 설치관련

CI 조사


http://www.slideshare.net/agebreak/ci-32339131

http://jawscompany.tistory.com/6


Jenkins

http://tsblog.digitcom.kr/580


Unreal-Build

https://markhenrysoftware.wordpress.com/2015/08/27/hello-world/

http://www.extroforge.com/unreal-build-automation-and-deployment-at-extroforge/


Git 설치

http://blog.gaerae.com/2015/05/git-server-for-windows.html


부스트 설치

http://warmz.tistory.com/entry/Tip-Boost-%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC-%EB%B9%8C%EB%93%9C-%EB%B0%8F-%EC%84%A4%EC%B9%98-VC


gitignore

https://github.com/samsheff/UE4-Gitignore


gTest

http://moltak.tistory.com/295

git https://github.com/google/googletest

http://www.yolinux.com/TUTORIALS/Cpp-GoogleTest.html

http://www.slideshare.net/zone0000/c-7522148


Unreal UnitTest

https://docs.unrealengine.com/latest/INT/Programming/Automation/TechnicalGuide/index.html

#Jenkins Unreal Build Setting

Server Build Option

1. C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe C:\dummyProject\SnakeByte_Server\Server.vcxproj /property:Configuration=Debug /property:Platform=x64


2. C:\dummyProject\SnakeByte_Server\x64\Debug\Server.exe --gtest_output=xml:gtestresults.xml"

#Unreal UHD

HUD

https://answers.unrealengine.com/questions/243480/c-hud-not-drawing.html


https://www.google.co.kr/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#newwindow=1&q=ue4+c%2B%2B+hud

#Unreal Reference

http://cafe.naver.com/unrealenginekr


반응형

'시행착오' 카테고리의 다른 글

tensorflow  (0) 2018.04.02
const 정리  (0) 2017.11.30
Git Server 설치  (0) 2016.01.26
Dynamic Web Project 생성 안됨  (0) 2015.11.21
Android Failed to install timeout  (0) 2015.11.03