|
|
@@ -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" |
|
|
@@ -58,7 +58,6 @@ install: |
|
|
|
- bash ${TRAVIS_BUILD_DIR}/.travis/install.sh |
|
|
|
|
|
|
|
script: |
|
|
|
- echo 1 > ${HOME}/PawPawBuilds/builds/macos-universal/.last-build-version |
|
|
|
- bash ${TRAVIS_BUILD_DIR}/build.sh ${TARGET} |
|
|
|
|
|
|
|
deploy: |
|
|
|