aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml41
1 files changed, 0 insertions, 41 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ad3c2aa..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-language: cpp
-os: linux
-dist: focal
-
-branches:
- only:
- - travis
-
-addons:
- apt:
- packages:
- - g++-multilib
-
-jobs:
- include:
- - name: Run clang-format
- language: minimal
- addons:
- apt:
- packages:
- - clang-format-9
- script: ./tools/clang-format.py --clang-format clang-format-9
-
- - name: Simple CMake projects
- script:
- - make -f .ci/Makefile simple
- - make -f .ci/Makefile static
- - make -f .ci/Makefile dynamic
-
- - name: Boost 1.58
- script: make -f .ci/Makefile boost/58
-
- - name: Boost 1.72
- script: make -f .ci/Makefile boost/72
-
- - name: Boost 1.65
- script: make -f .ci/Makefile boost/65
- env:
- boost_version: 1.65.0
- configuration: MinSizeRel
- platform: x64