mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
Add meson build to CI
Add x86_64 only meson build for now, meson requires some cross-compile files to be passed. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -187,6 +187,16 @@ jobs:
|
||||
echo "############################################"
|
||||
printenv
|
||||
|
||||
- name: Meson init
|
||||
if: ${{ matrix.arch == 'x86-64' && matrix.container != 'ubuntu:xenial' }}
|
||||
run: |
|
||||
mkdir build
|
||||
meson . build
|
||||
|
||||
- name: Ninja build
|
||||
if: ${{ matrix.arch == 'x86-64' && matrix.container != 'ubuntu:xenial' }}
|
||||
run: ninja -C build
|
||||
|
||||
- name: Compile
|
||||
run: make -j$(nproc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user