We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7a9ed commit 49e1afaCopy full SHA for 49e1afa
.gitlab-ci.yml
@@ -120,3 +120,13 @@ meson arm64:
120
variables:
121
# arm64 build has a compiler warning still, so let's not use --werror for now
122
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