diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-19 11:14:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-19 11:14:12 +0300 |
commit | f94b917b66deb8b6abd173547a3f36e7271f6549 (patch) | |
tree | 635361f49a915ca0ebfaa040789dfca1cab486c1 /.travis.yml | |
parent | project.cmake: --toolset auto shouldn't set any compiler flags (diff) | |
download | cmake-common-f94b917b66deb8b6abd173547a3f36e7271f6549.tar.gz cmake-common-f94b917b66deb8b6abd173547a3f36e7271f6549.zip |
bye-bye, Travis & AppVeyor!no_more_travis
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 41 |
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 |