aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-24 02:04:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-24 02:04:48 +0300
commit42f1bb9666668256772c5065941c59534a21e6e8 (patch)
tree062864fd99d2ab41142daaee3982c7070d3178de /.travis.yml
parentAppVeyor: only Debug on Win32 (diff)
downloadaes-tools-42f1bb9666668256772c5065941c59534a21e6e8.tar.gz
aes-tools-42f1bb9666668256772c5065941c59534a21e6e8.zip
bye-bye, Travis & AppVeyor!no_more_travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e0a4778..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-# Linux builds are only to make sure the project can be built w/ MinGW-w64 &
-# GCC.
-
-language: cpp
-os: linux
-dist: focal
-
-env:
- global:
- - boost_version=1.72.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
-
-jobs:
- fast_finish: true
-
-before_script:
- - cd cmake
- - >-
- python3 -m project.ci.travis.boost
- --mingw
- --
- --with-filesystem
- --with-program_options
- --with-system
-
-script:
- - >-
- python3 -m project.ci.travis.cmake
- --install "$HOME/install"
- --mingw