Update BuildServer.md
This commit is contained in:
parent
0b21f9fe99
commit
baca219728
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Build Server
|
# Build Server
|
||||||
|
|
||||||
# What is BUILD?
|
## What is BUILD?
|
||||||
The goal of our project is to create a Windows BUILD. BUILD means a standalone application exported from the Unity Editor.
|
The goal of our project is to create a Windows BUILD. BUILD means a standalone application exported from the Unity Editor.
|
||||||
It runs much faster than the game mode in Unity Editor because it is optimized for performance not for debugging.
|
It runs much faster than the game mode in Unity Editor because it is optimized for performance not for debugging.
|
||||||
|
|
||||||
# Build Server
|
## Build Server
|
||||||
A small windows computer in the Chikashi's home. It runs 24/7 and checks SonudVision repository every 20 minutes for updates.
|
A small windows computer in the Chikashi's home. It runs 24/7 and checks SonudVision repository every 20 minutes for updates.
|
||||||
If the build server find any change (even one line of code) in the **master** branch of the SoundVision repo,
|
If the build server find any change (even one line of code) in the **master** branch of the SoundVision repo,
|
||||||
the server
|
the server
|
||||||
|
@ -16,7 +16,7 @@ the server
|
||||||
5. make a folder in the Chikashi's **NAS** with the build number
|
5. make a folder in the Chikashi's **NAS** with the build number
|
||||||
6. copy the installer in the folder
|
6. copy the installer in the folder
|
||||||
|
|
||||||
# NAS (Network Attached Storage)
|
## NAS (Network Attached Storage)
|
||||||
In addition to the Builder Server, I have a **NAS** at home which can be accessed from everywhere.
|
In addition to the Builder Server, I have a **NAS** at home which can be accessed from everywhere.
|
||||||
|
|
||||||
The credentials are following
|
The credentials are following
|
||||||
|
@ -24,11 +24,11 @@ URL: http://gyudon.quickconnect.to
|
||||||
Name : cylvester
|
Name : cylvester
|
||||||
pass : dortmund
|
pass : dortmund
|
||||||
|
|
||||||
# Build number
|
## Build number
|
||||||
The build server gives the build number automatically to the folder and we refer a specific version of software, using this number.
|
The build server gives the build number automatically to the folder and we refer a specific version of software, using this number.
|
||||||
(e.g. the feature X is not working in Build 72 but fixed in 74)
|
(e.g. the feature X is not working in Build 72 but fixed in 74)
|
||||||
|
|
||||||
# Duration of build
|
## Duration of build
|
||||||
As written above, the build server checks the repo every 20 minutes and the build itself takes ca' 5 minutes so you can see a new folder in my NAS 30 minutes after push.
|
As written above, the build server checks the repo every 20 minutes and the build itself takes ca' 5 minutes so you can see a new folder in my NAS 30 minutes after push.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue