tweak for windows build

This commit is contained in:
Yeastplume 2019-04-01 12:28:02 +01:00
parent 5cb8025ddd
commit 17f0ea31df
No known key found for this signature in database
GPG key ID: AE6E005DF6E76B95

View file

@ -51,22 +51,22 @@ env:
matrix: matrix:
include: include:
- os: linux # - os: linux
env: CI_JOB="test" CI_JOB_ARGS="servers" # env: CI_JOB="test" CI_JOB_ARGS="servers"
- os: linux # - os: linux
env: CI_JOB="test" CI_JOB_ARGS="chain core" # env: CI_JOB="test" CI_JOB_ARGS="chain core"
- os: linux # - os: linux
env: CI_JOB="test" CI_JOB_ARGS="pool p2p src" # env: CI_JOB="test" CI_JOB_ARGS="pool p2p src"
- os: linux # - os: linux
env: CI_JOB="test" CI_JOB_ARGS="keychain" # env: CI_JOB="test" CI_JOB_ARGS="keychain"
- os: linux # - os: linux
env: CI_JOB="test" CI_JOB_ARGS="api util store" # env: CI_JOB="test" CI_JOB_ARGS="api util store"
- os: linux # - os: linux
env: CI_JOB="release" CI_JOB_ARGS=
- os: osx
env: CI_JOB="release" CI_JOB_ARGS=
# - os: windows
# env: CI_JOB="release" CI_JOB_ARGS= # env: CI_JOB="release" CI_JOB_ARGS=
# - os: osx
# env: CI_JOB="release" CI_JOB_ARGS=
- os: windows
env: CI_JOB="release" CI_JOB_ARGS=
script: .ci/general-jobs script: .ci/general-jobs