ミラー元
https://gitlab.com/klmp200/LO41.git
前回の同期 2025-07-01 23:45:18 +00:00
8 行
182 B
YAML
8 行
182 B
YAML
image: ubuntu:bionic
|
|
|
|
build:
|
|
stage: build
|
|
before_script:
|
|
- apt update && apt -y install make cmake gcc
|
|
script:
|
|
- mkdir cmake-build && cd cmake-build && cmake .. && make |