Browse Source

Also set ac_cv_header_libintl_h; ignore the other targets for now

tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
39690d7658
2 changed files with 23 additions and 23 deletions
  1. +22
    -22
      .travis.yml
  2. +1
    -1
      PawPaw

+ 22
- 22
.travis.yml View File

@@ -19,30 +19,30 @@ env:
- BOOTSTRAP_VERSION=2

jobs:
# linux with win32 cross-compilation
- name: "win32 cross-compiled"
os: linux
compiler: gcc
env:
- TARGET="win32"
services:
- xvfb
## linux with win32 cross-compilation
#- name: "win32 cross-compiled"
#os: linux
#compiler: gcc
#env:
#- TARGET="win32"
#services:
#- xvfb

# linux with win64 cross-compilation
- name: "win64 cross-compiled"
os: linux
compiler: gcc
env:
- TARGET="win64"
services:
- xvfb
## linux with win64 cross-compilation
#- name: "win64 cross-compiled"
#os: linux
#compiler: gcc
#env:
#- TARGET="win64"
#services:
#- xvfb

# macOS native intel build
- name: "macOS native intel"
os: osx
osx_image: xcode9.4
env:
- TARGET="macos"
## macOS native intel build
#- name: "macOS native intel"
#os: osx
#osx_image: xcode9.4
#env:
#- TARGET="macos"

# macOS universal build
- name: "macOS universal"


+ 1
- 1
PawPaw

@@ -1 +1 @@
Subproject commit 238c1fc18954fd732c5ee4fc6d2d00611facaf94
Subproject commit eb9e50e34482b87725d1557bf0c6193181ac308c

Loading…
Cancel
Save