forked from external/yambar
ci: log toolchain version information
This commit is contained in:
parent
771d090c18
commit
d32698c042
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- info
|
||||||
- build
|
- build
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
@ -21,6 +22,13 @@ before_script:
|
||||||
- git clone https://codeberg.org/dnkl/fcft.git
|
- git clone https://codeberg.org/dnkl/fcft.git
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
|
versions:
|
||||||
|
stage: info
|
||||||
|
script:
|
||||||
|
- meson --version
|
||||||
|
- ninja --version
|
||||||
|
- cc --version
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue