windows ci and cd (#21)
This commit is contained in:
@@ -21,3 +21,6 @@ build:
|
||||
steam_macos:
|
||||
cd ../macos && just build-app
|
||||
./builder_osx/steamcmd +login $STEAM_USR +run_app_build ../scripts/hz_macos.vdf +quit
|
||||
|
||||
steam_win:
|
||||
./builder_osx/steamcmd +login $STEAM_USR +run_app_build ../scripts/hz_win.vdf +quit
|
||||
|
||||
30
build/steamos/scripts/hz_win.vdf
Normal file
30
build/steamos/scripts/hz_win.vdf
Normal file
@@ -0,0 +1,30 @@
|
||||
"AppBuild"
|
||||
{
|
||||
"AppID" "1603000" // your AppID
|
||||
"Desc" "win build"
|
||||
"verbose" "1" // spew more build details in console
|
||||
|
||||
"SetLive" "alpha"
|
||||
"ContentRoot" "../../" // root content folder, relative to location of this file
|
||||
"BuildOutput" "../output" // build output folder for build logs and build cache files
|
||||
|
||||
"Depots"
|
||||
{
|
||||
"1603003"
|
||||
{
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "../assets/*" // all files from contentroot folder
|
||||
"DepotPath" "./assets" // mapped into the root of the depot
|
||||
"recursive" "1" // include all subfolders
|
||||
}
|
||||
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "win/*"
|
||||
"DepotPath" "."
|
||||
"recursive" "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user