Browse Source

Install meson on CI

tags/v1.0
falkTX 4 years ago
parent
commit
c444ce335b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis/install.sh

+ 2
- 2
.travis/install.sh View File

@@ -4,7 +4,7 @@ set -e

# Special macOS native handling
if [ "${TARGET}" = "macos" ]; then
brew install cmake jq || true
brew install cmake jq meson || true
exit 0
fi

@@ -14,7 +14,7 @@ if [ "$(ls ${HOME}/PawPawBuilds/debs | wc -l)" -ne 0 ]; then
fi

# common
sudo apt-get install -y build-essential curl cmake jq
sudo apt-get install -y build-essential curl cmake jq meson

# specific
if [ "${TARGET}" = "linux" ]; then


Loading…
Cancel
Save