You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.4 KiB
41 lines
1.4 KiB
version: 2.5.0.{build} |
|
branches: |
|
except: |
|
- coverity_scan |
|
skip_tags: false |
|
clone_depth: 50 |
|
environment: |
|
matrix: |
|
- OPJ_CI_ARCH: x64 |
|
OPJ_CI_VSCOMNTOOLS: $(VS140COMNTOOLS) |
|
OPJ_CI_INSTRUCTION_SETS: "/arch:AVX2" |
|
- OPJ_CI_ARCH: x86 |
|
OPJ_CI_VSCOMNTOOLS: $(VS140COMNTOOLS) |
|
OPJ_CI_INCLUDE_IF_DEPLOY: 1 |
|
- OPJ_CI_ARCH: x64 |
|
OPJ_CI_VSCOMNTOOLS: $(VS140COMNTOOLS) |
|
OPJ_CI_INCLUDE_IF_DEPLOY: 1 |
|
- OPJ_CI_ARCH: x86 |
|
OPJ_CI_VSCOMNTOOLS: $(VS100COMNTOOLS) |
|
install: |
|
- cmd: c:\cygwin\bin\bash ./tools/travis-ci/install.sh |
|
build_script: |
|
- cmd: >- |
|
"%OPJ_CI_VSCOMNTOOLS%..\..\VC\vcvarsall.bat" %OPJ_CI_ARCH% |
|
|
|
bash ./tools/travis-ci/run.sh |
|
test: off |
|
#before_deploy: |
|
#- cmd: c:\cygwin\bin\bash ./tools/travis-ci/before_deploy.sh |
|
#deploy: |
|
# #release: openjpeg-$(appveyor_repo_tag_name) |
|
# description: 'OpenJPEG $(appveyor_repo_tag_name) has been released. More info [here](https://github.com/uclouvain/openjpeg/blob/$(appveyor_repo_tag_name)/NEWS) and a detailed view [here](https://github.com/uclouvain/openjpeg/blob/$(appveyor_repo_tag_name)/CHANGES).' |
|
# provider: GitHub |
|
# auth_token: |
|
# secure: XUL+IoRRw8U/4tupa/fMpinxurft7WRQHZiWHMLO5iuFbwZ+C3vCjVVVM+5Ebky7 # your encrypted token from GitHub |
|
# artifact: /.*\.zip/ # upload all zip packages to release assets |
|
# draft: true |
|
# prerelease: false |
|
# on: |
|
# appveyor_repo_tag: true # deploy on tag push only |
|
# OPJ_CI_INCLUDE_IF_DEPLOY: 1
|
|
|