mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed CI.
This commit is contained in:
@@ -6,6 +6,12 @@ matrix:
|
||||
- compiler: clang
|
||||
os: osx
|
||||
|
||||
before_install:
|
||||
- if [ "$CXX" == "g++" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; sudo apt-get update -qq; fi
|
||||
|
||||
install:
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
|
||||
|
||||
script:
|
||||
make test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user