일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Flask
- Mac
- judge
- pandas
- numpy
- enV
- CUDA
- list
- git
- Database
- AI
- Python
- pytorch
- Converting
- Linux
- format
- file
- docker
- TORCH
- Laravel
- KAKAO
- GitLab
- Package
- Paper
- PostgreSQL
- LLM
- DB
- Container
- evaluation
- Windows
Archives
- Today
- Total
목록yaml (1)
Daily Develope
[GitLab] YAML 파일 작성 예시 (Maven, JUnit 수행)
--- image : maven:latest # 변수 설정 variables: TARGET_DIR : "complete" TESTRESULT_DIR : "target" # 실행 될 스테이지 설정 stages : - build - test - deploy # 매크로 설정 .maven_configure_template : &mvn_conf stage : build artifacts: paths: - $TARGET_DIR # 매크로 로딩 및 스크립트 수행 maven_compile :
Git
2022. 1. 7. 18:13