mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 08:51:09 +03:00
reset windows build
This commit is contained in:
parent
735d852c7e
commit
e9b2bdec0e
1 changed files with 11 additions and 11 deletions
22
.travis.yml
22
.travis.yml
|
@ -51,18 +51,18 @@ env:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
# - os: linux
|
||||
# env: CI_JOB="test" CI_JOB_ARGS="config libwallet api"
|
||||
# - os: linux
|
||||
# env: CI_JOB="test" CI_JOB_ARGS="impls"
|
||||
# - os: linux
|
||||
# env: CI_JOB="test" CI_JOB_ARGS="controller ."
|
||||
# - 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="config libwallet api"
|
||||
- os: linux
|
||||
env: CI_JOB="test" CI_JOB_ARGS="impls"
|
||||
- os: linux
|
||||
env: CI_JOB="test" CI_JOB_ARGS="controller ."
|
||||
- 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