SagiK-Repository / Learn-Git-Lab-CICD

Git Lab에서 CICD를 활용하는 방법을 익힌다. (Local)
0 stars 0 forks source link

CICD in Docker WindowServer #8

Closed SAgiKPJH closed 7 months ago

SAgiKPJH commented 7 months ago

전제조건

SAgiKPJH commented 7 months ago

테스트를 위한 docker 이미지 조사

SAgiKPJH commented 7 months ago

Docker-Linux


Docker-Window

SAgiKPJH commented 7 months ago

GitLab CI/CD 환경 구축



GitLab Runner 활용

1. 원하는 window 환경을 준비합니다.


2. GitLab Runner 설치 합니다.

image


3. GitLab Register


4. GitLab Start

SAgiKPJH commented 7 months ago

빌드 테스트 (Test 코드 포함)

build: stage: build tags:

test: stage: build image: mcr.microsoft.com/dotnet/sdk:5.0-windowsservercore-ltsc2019 variables: TEST_PROJECT_PATH: ./Src/ADC/Tests/Client.Business.UnitTest/Client.Business.UnitTest.csproj script: