Skip to content

Commit 49e1afa

Browse files
committed
gitlab-ci: Add a Makefile build
Test the gnu makefile build in gitlab repositories to help find breakage when changes are proposed.
1 parent cc7a9ed commit 49e1afa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,13 @@ meson arm64:
120120
variables:
121121
# arm64 build has a compiler warning still, so let's not use --werror for now
122122
MESON_EXTRA_ARGS: '-Dwerror=false'
123+
124+
makefile:
125+
stage: build
126+
before_script:
127+
- apt-get update &&
128+
apt-get install -y zip doxygen git make wget
129+
- !reference [.snippets, git_prep]
130+
script:
131+
- make -f Makefile.unix -j8
132+
- make -f Makefile.unix clean

0 commit comments

Comments
 (0)