Skip to content

Commit

Permalink
Enable gcc on travis (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed May 31, 2020
1 parent 46a117a commit c07142f
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions .travis.yml
@@ -1,26 +1,25 @@
macros:
- &linux
language: c
os: linux
dist: bionic
compiler: clang
addons:
apt:
packages:
- ninja-build
install:
- source ~/virtualenv/python3.6/bin/activate
- pip install meson
script:
- meson build $MESON_OPTS
- ninja -C build $NINJA_TARGET

matrix:
jobs:
include:
- <<: *linux
- &linux
language: c
os: linux
dist: bionic
addons:
apt:
packages:
- ninja-build
install:
- source ~/virtualenv/python3.6/bin/activate
- pip install meson
script:
- meson build $MESON_OPTS
- ninja -C build $NINJA_TARGET
env:
- MESON_OPTS=-Dengine=jit
- NINJA_TARGET=test
compiler: gcc
- <<: *linux
compiler: clang
- language: objective-c
os: osx
osx_image: xcode11
Expand Down

0 comments on commit c07142f

Please sign in to comment.