From 2dae9f33656de0775a0620972b470c1738140e96 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 13 Sep 2020 02:49:39 +0300 Subject: Travis: Debug builds only --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3af419..e0a4778 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +# Linux builds are only to make sure the project can be built w/ MinGW-w64 & +# GCC. + language: cpp os: linux dist: focal @@ -6,10 +9,11 @@ env: global: - boost_version=1.72.0 jobs: + # Building only Debug is fine, it's not going anywhere anyway: - configuration=Debug platform=x86 - - configuration=Release platform=x86 - configuration=Debug platform=x64 - - configuration=Release platform=x64 + #- configuration=Release platform=x86 + #- configuration=Release platform=x64 jobs: fast_finish: true -- cgit v1.2.3