aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-02-24 15:15:06 -0800
committerXavier Claessens <xclaesse@gmail.com>2020-03-04 14:07:27 -0500
commit1210a67f66df15a54fc7c65f7406bcd5391d15aa (patch)
tree9890464379ef921245c01bba0bcc5167b0e33b43 /.github
parenta46f0a620228f9acfbf2340d6d9a2d58229720aa (diff)
downloadmeson-1210a67f66df15a54fc7c65f7406bcd5391d15aa.zip
meson-1210a67f66df15a54fc7c65f7406bcd5391d15aa.tar.gz
meson-1210a67f66df15a54fc7c65f7406bcd5391d15aa.tar.bz2
mesonbuild: Add mcompile command
This is tested working with both msbuild and ninja/samu. Since our xcode support is pretty much broken I didn't bother. Fixes #6670
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint_mypy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint_mypy.yml b/.github/workflows/lint_mypy.yml
index 8f6d917..7c83714 100644
--- a/.github/workflows/lint_mypy.yml
+++ b/.github/workflows/lint_mypy.yml
@@ -30,4 +30,4 @@ jobs:
with:
python-version: '3.x'
- run: python -m pip install mypy
- - run: mypy --follow-imports=skip mesonbuild/interpreterbase.py mesonbuild/mtest.py mesonbuild/minit.py mesonbuild/mintro.py mesonbuild/mparser.py mesonbuild/msetup.py mesonbuild/ast mesonbuild/wrap tools/ mesonbuild/modules/fs.py mesonbuild/dependencies/boost.py mesonbuild/dependencies/mpi.py mesonbuild/dependencies/hdf5.py mesonbuild/compilers/mixins/intel.py mesonbuild/mlog.py
+ - run: mypy --follow-imports=skip mesonbuild/interpreterbase.py mesonbuild/mtest.py mesonbuild/minit.py mesonbuild/mintro.py mesonbuild/mparser.py mesonbuild/msetup.py mesonbuild/ast mesonbuild/wrap tools/ mesonbuild/modules/fs.py mesonbuild/dependencies/boost.py mesonbuild/dependencies/mpi.py mesonbuild/dependencies/hdf5.py mesonbuild/compilers/mixins/intel.py mesonbuild/mlog.py mesonbuild/mcompile.py