mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 10:19:57 +08:00
Does it install these packages at all???.
This commit is contained in:
parent
0b2d7701d2
commit
146891153a
@ -56,7 +56,7 @@ env:
|
||||
|
||||
before_install:
|
||||
- if [ "${GCC_VER}" != "" ]; then export CXX="g++-$GCC_VER" CC="gcc-$GCC_VER" GCOV="gcov-$GCC_VER" ; fi
|
||||
- if [ "${CLANG_VER}" != "" ]; then export CXX="clang++-$CLANG_VER" CC="clang-$CLANG_VER" ; fi
|
||||
- if [ "${CLANG_VER}" != "" ]; then export CXX="clang++-$CLANG_VER"; fi
|
||||
- pip install --user cpp-coveralls
|
||||
|
||||
script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user