mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
tweak for windows build
This commit is contained in:
parent
5cb8025ddd
commit
17f0ea31df
1 changed files with 15 additions and 15 deletions
30
.travis.yml
30
.travis.yml
|
@ -51,22 +51,22 @@ env:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: CI_JOB="test" CI_JOB_ARGS="servers"
|
||||
- os: linux
|
||||
env: CI_JOB="test" CI_JOB_ARGS="chain core"
|
||||
- os: linux
|
||||
env: CI_JOB="test" CI_JOB_ARGS="pool p2p src"
|
||||
- os: linux
|
||||
env: CI_JOB="test" CI_JOB_ARGS="keychain"
|
||||
- os: linux
|
||||
env: CI_JOB="test" CI_JOB_ARGS="api util store"
|
||||
- os: linux
|
||||
env: CI_JOB="release" CI_JOB_ARGS=
|
||||
- os: osx
|
||||
env: CI_JOB="release" CI_JOB_ARGS=
|
||||
# - os: windows
|
||||
# - os: linux
|
||||
# env: CI_JOB="test" CI_JOB_ARGS="servers"
|
||||
# - os: linux
|
||||
# env: CI_JOB="test" CI_JOB_ARGS="chain core"
|
||||
# - os: linux
|
||||
# env: CI_JOB="test" CI_JOB_ARGS="pool p2p src"
|
||||
# - os: linux
|
||||
# env: CI_JOB="test" CI_JOB_ARGS="keychain"
|
||||
# - os: linux
|
||||
# env: CI_JOB="test" CI_JOB_ARGS="api util store"
|
||||
# - 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=
|
||||
|
||||
script: .ci/general-jobs
|
||||
|
||||
|
|
Loading…
Reference in a new issue