mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Add gitlab-ci.yml
This commit is contained in:
parent
ef0de8d873
commit
fd059ae988
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user