Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 20a3aed5..bec3c223 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ dist: bionic
language: cpp
compiler:
- g++
- - clang++-8
+ - clang++
sudo: false
os:
- linux
@@ -20,9 +20,7 @@ addons:
apt:
packages:
- g++
- - clang-8
- - libc++-8-dev
- - libc++abi-8-dev
+ - clang
- g++-arm-linux-gnueabihf
- python3
- cmake
@@ -52,10 +50,10 @@ matrix:
# - os: osx
# env: __="cmake tests (status_code)" NAME=TravisLinuxWorkerSC CMAKE_CONFIGURE_OPTIONS=-DLLFIO_USE_EXPERIMENTAL_SG14_STATUS_CODE=ON
- os: linux
- compiler: clang++-8
+ compiler: clang++
env: __="ARM32 cmake tests (error_code)" NAME=Linux_ARM32_EC CMAKE_CONFIGURE_OPTIONS=
- os: linux
- compiler: clang++-8
+ compiler: clang++
env: __="ARM32 cmake tests (status_code)" NAME=Linux_ARM32_SC CMAKE_CONFIGURE_OPTIONS=-DLLFIO_USE_EXPERIMENTAL_SG14_STATUS_CODE=ON
- os: linux
compiler: g++
@@ -76,7 +74,7 @@ before_install:
export CMAKE_CONFIGURE_OPTIONS="$CMAKE_CONFIGURE_OPTIONS -DCMAKE_LIBRARY_PATH=/usr/local/opt/llvm/lib";
fi
- if [ "$CXX" = "g++" ]; then export NAME=GCC$NAME; fi;
- - if [ "$CXX" = "clang++-8" ]; then export NAME=Clang$NAME; fi;
+ - if [ "$CXX" = "clang++" ]; then export NAME=Clang$NAME; fi;
- git checkout develop
- git submodule update --init --recursive
- mount