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
|
||||
|
||||
stages:
|
||||
- info
|
||||
- build
|
||||
|
||||
variables:
|
||||
|
@ -21,6 +22,13 @@ before_script:
|
|||
- git clone https://codeberg.org/dnkl/fcft.git
|
||||
- cd ..
|
||||
|
||||
versions:
|
||||
stage: info
|
||||
script:
|
||||
- meson --version
|
||||
- ninja --version
|
||||
- cc --version
|
||||
|
||||
debug:
|
||||
stage: build
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue