diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files 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 |