diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-13 02:49:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-13 03:14:43 +0300 |
commit | 2dae9f33656de0775a0620972b470c1738140e96 (patch) | |
tree | f6ae34efde0d00eaa626a07d753c55395a6cb438 /.travis.yml | |
parent | Travis: switch to Focal (diff) | |
download | aes-tools-2dae9f33656de0775a0620972b470c1738140e96.tar.gz aes-tools-2dae9f33656de0775a0620972b470c1738140e96.zip |
Travis: Debug builds only
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 |