ci: log toolchain version information

This commit is contained in:
Daniel Eklöf 2020-07-20 19:17:02 +02:00
parent 771d090c18
commit d32698c042
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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: