Browse Source

CI: Stop testing windows 32bit target

Signed-off-by: falkTX <falktx@falktx.com>
pull/92/head
falkTX 2 years ago
parent
commit
52efe75c69
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      .travis.yml

+ 0
- 8
.travis.yml View File

@@ -10,14 +10,6 @@ jobs:
env:
- TARGET="linux"

# linux with win32 cross-compilation
- name: "win32 cross-compiled"
os: linux
compiler: gcc
dist: bionic
env:
- TARGET="win32"

# linux with win64 cross-compilation
- name: "win64 cross-compiled"
os: linux


Loading…
Cancel
Save