Skip to content
Snippets Groups Projects
Commit 98fb45e0 authored by Janne Grunau's avatar Janne Grunau
Browse files

CI: generate include/version.h explicitly until !3 is merged

parent b3be34bf
No related branches found
No related tags found
1 merge request!56CI: generate include/version.h explicitly until !3 is merged
Pipeline #441 passed with stage
in 41 seconds
......@@ -9,6 +9,7 @@ build-debian:
- amd64
script:
- meson build --buildtype release
- ninja -v -C build include/version.h
- ninja -v -C build
build-win32:
......@@ -18,6 +19,7 @@ build-win32:
- win32
script:
- meson build --buildtype release --cross-file /opt/crossfiles/i686-w64-mingw32.meson
- ninja -v -C build include/version.h
- ninja -v -C build
build-win64:
......@@ -27,4 +29,5 @@ build-win64:
- win64
script:
- meson build --buildtype release --cross-file /opt/crossfiles/x86_64-w64-mingw32.meson
- ninja -v -C build include/version.h
- ninja -v -C build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment