prepare windows build

This commit is contained in:
Yeastplume 2019-04-03 17:03:25 +01:00
parent f56e091d11
commit 735d852c7e
No known key found for this signature in database
GPG key ID: AE6E005DF6E76B95
7 changed files with 17 additions and 17 deletions

View file

@ -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

View file

@ -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"]

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"