mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 08:51:09 +03:00
prepare windows build
This commit is contained in:
parent
f56e091d11
commit
735d852c7e
7 changed files with 17 additions and 17 deletions
22
.travis.yml
22
.travis.yml
|
@ -51,18 +51,18 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
# - os: linux
|
||||||
env: CI_JOB="test" CI_JOB_ARGS="config libwallet api"
|
# env: CI_JOB="test" CI_JOB_ARGS="config libwallet api"
|
||||||
- os: linux
|
# - os: linux
|
||||||
env: CI_JOB="test" CI_JOB_ARGS="impls"
|
# env: CI_JOB="test" CI_JOB_ARGS="impls"
|
||||||
- os: linux
|
# - os: linux
|
||||||
env: CI_JOB="test" CI_JOB_ARGS="controller ."
|
# env: CI_JOB="test" CI_JOB_ARGS="controller ."
|
||||||
- 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
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "1.1.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/mimblewimble/grin"
|
repository = "https://github.com/mimblewimble/grin-wallet"
|
||||||
keywords = [ "crypto", "grin", "mimblewimble" ]
|
keywords = [ "crypto", "grin", "mimblewimble" ]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
exclude = ["**/*.grin", "**/*.grin2"]
|
exclude = ["**/*.grin", "**/*.grin2"]
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "1.1.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/mimblewimble/grin"
|
repository = "https://github.com/mimblewimble/grin-wallet"
|
||||||
keywords = [ "crypto", "grin", "mimblewimble" ]
|
keywords = [ "crypto", "grin", "mimblewimble" ]
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "1.1.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Controllers for grin wallet instantiation"
|
description = "Controllers for grin wallet instantiation"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/mimblewimble/grin"
|
repository = "https://github.com/mimblewimble/grin-wallet"
|
||||||
keywords = [ "crypto", "grin", "mimblewimble" ]
|
keywords = [ "crypto", "grin", "mimblewimble" ]
|
||||||
exclude = ["**/*.grin", "**/*.grin2"]
|
exclude = ["**/*.grin", "**/*.grin2"]
|
||||||
#build = "src/build/build.rs"
|
#build = "src/build/build.rs"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "1.1.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Concrete types derived from libwallet traits"
|
description = "Concrete types derived from libwallet traits"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/mimblewimble/grin"
|
repository = "https://github.com/mimblewimble/grin-wallet"
|
||||||
keywords = [ "crypto", "grin", "mimblewimble" ]
|
keywords = [ "crypto", "grin", "mimblewimble" ]
|
||||||
exclude = ["**/*.grin", "**/*.grin2"]
|
exclude = ["**/*.grin", "**/*.grin2"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "1.1.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/mimblewimble/grin"
|
repository = "https://github.com/mimblewimble/grin-wallet"
|
||||||
keywords = [ "crypto", "grin", "mimblewimble" ]
|
keywords = [ "crypto", "grin", "mimblewimble" ]
|
||||||
exclude = ["**/*.grin", "**/*.grin2"]
|
exclude = ["**/*.grin", "**/*.grin2"]
|
||||||
#build = "src/build/build.rs"
|
#build = "src/build/build.rs"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "1.1.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Util, for generic utilities and to re-export grin crates"
|
description = "Util, for generic utilities and to re-export grin crates"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/mimblewimble/grin"
|
repository = "https://github.com/mimblewimble/grin-wallet"
|
||||||
keywords = [ "crypto", "grin", "mimblewimble" ]
|
keywords = [ "crypto", "grin", "mimblewimble" ]
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in a new issue