Skip to content

Commit

Permalink
CI: compare meson and platformio versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatth committed May 25, 2023
1 parent bfb5220 commit 3693431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ no-binaries:
- ninja -C builddir
- ninja -C builddir test
- ninja -C builddir install
- test $(head -n1 meson.build | awk '/version/ { printf $NF }' | sed s/[\"\',]//g) = $(awk '/version/ { printf $NF }' library.json | sed s/[\"\',]//g)

meson fixed-point:
extends: .meson
Expand Down

0 comments on commit 3693431

Please sign in to comment.