Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Build with Meson #3073

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add pip3 addon on linux installs
  • Loading branch information
SolarLiner committed May 8, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3f40650583218301a436507e9cbc0b213af05b69
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -52,15 +52,31 @@ matrix:
- os: linux
compiler: gcc
env: TOOLING=meson COVERAGE=no BUILD=shared
addons:
apt:
packages:
- python3-pip
- os: linux
compiler: clang
env: TOOLING=meson COVERAGE=yes BUILD=shared
addons:
apt:
packages:
- python3-pip
- os: linux
compiler: gcc
env: TOOLING=meson COVERAGE=no BUILD=static
addons:
apt:
packages:
- python3-pip
- os: linux
compiler: clang
env: TOOLING=meson COVERAGE=yes BUILD=static
addons:
apt:
packages:
- python3-pip
- os: osx
compiler: clang
env: TOOLING=make COVERAGE=no BUILD=shared