Skip to content

Commit

Permalink
[ci] Bin the last working meson version
Browse files Browse the repository at this point in the history
With 0.50.0 it fails on non-clang compilers with:

meson.build:29:0: ERROR: Cannot find frameworks with non-clang compiler
  • Loading branch information
khaledhosny committed Mar 12, 2019
1 parent 516e40a commit b5360b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -16,7 +16,7 @@ install:
- git submodule update --init --recursive

- set PATH=%cd%;%PYTHON%;%PYTHON%\Scripts;%PATH%
- pip install meson ninja
- pip install meson==0.49.2 ninja

- call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %ARCH%

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -52,7 +52,7 @@ addons:

install:
- export OTS=ots-$(grep -m1 version meson.build | cut -d"'" -f2)
- pip3 install meson
- pip3 install meson==0.49.2

before_script:
- meson build
Expand Down

0 comments on commit b5360b8

Please sign in to comment.