WindowsLite.Net chuyên chia sẻ các bản dựng Windows 7/8.1/10/11 Lite & SuperLite

Smash Karts | Gitlab _verified_

# ------------------------------------------------- # 2️⃣ Build (Windows, macOS, Linux) # ------------------------------------------------- build_windows: stage: build image: $DOCKER_IMAGE needs: ["lint"] script: - unity -batchmode -projectPath $PROJECT_PATH -buildTarget Win64 -executeMethod BuildScript.PerformBuild -quit -logFile - mv "$PROJECT_PATH/$BUILD_PATH/SmashKarts.exe" "$CI_PROJECT_DIR/SmashKarts_Win.exe" artifacts: paths: - SmashKarts_Win.exe expire_in: 1 week

: Smash Karts is a 3D multiplayer ".io" battle arena game where players drive karts, collect randomized weapons from loot boxes, and attempt to blow up opponents. smash karts gitlab

Provides high-quality character icons and tier list images for the collection. collect randomized weapons from loot boxes

# ------------------------------------------------- # 4️⃣ Package (Docker for Dedicated Server) # ------------------------------------------------- package_server: stage: package image: docker:latest services: - docker:dind needs: ["play_tests"] script: - docker build -t registry.gitlab.com/yourgroup/smashkarts/server:$CI_COMMIT_SHORT_SHA . - docker push registry.gitlab.com/yourgroup/smashkarts/server:$CI_COMMIT_SHORT_SHA only: - main - release/* smash karts gitlab

Are you sure want to unlock this post?
Unlock left : 0
Are you sure want to cancel subscription?
-
00:00
00:00
Update Required Flash plugin
-
00:00
00:00