From 0b01b811592d67c335ce0b6be8f697deddb63ebb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 23 Jan 2021 15:04:02 +0300 Subject: bye-bye, Travis & AppVeyor! --- .travis.yml | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 933a521..0000000 --- a/.travis.yml +++ /dev/null @@ -1,51 +0,0 @@ -# Linux builds are only to make sure the project can be built w/ MinGW-w64 & -# GCC. - -language: cpp -os: linux -# MinGW-w64 7.0 or higher is required, hence the latest distribution. -dist: focal - -env: - global: - boost_version: 1.65.0 - jobs: - # Building only Debug is fine, it's not going anywhere anyway: - - configuration=Debug platform=x86 - - configuration=Debug platform=x64 - #- configuration=Release platform=x86 - #- configuration=Release platform=x64 - -before_script: - - cd cmake - - >- - python3 -m project.ci.travis.boost - --mingw - -- - --with-filesystem - --with-program_options - --with-test - -script: >- - python3 -m project.ci.travis.cmake - --install "$HOME/install" - --mingw - -jobs: - fast_finish: true - - _clear: &clear - language: minimal - addons: {apt: {packages: []}} - before_script: [] - script: [] - - include: - - <<: *clear - name: Run clang-format - if: branch = master - addons: - apt: - packages: - - clang-format-9 - script: ./cmake/tools/clang-format.py --clang-format clang-format-9 -- cgit v1.2.3