mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
12 lines
199 B
YAML
12 lines
199 B
YAML
image: registry.gitlab.com/nxxm/nxxm/ci/ubuntu-cpp:latest
|
|
|
|
stages:
|
|
- build
|
|
|
|
build-wasm:
|
|
stage: build
|
|
image: registry.gitlab.com/nxxm/nxxm/ci/ubuntu-cpp:latest
|
|
script:
|
|
- nxxm . --verbose
|
|
|