From 735d852c7e9d10993fe345e49a499c377b4f0cc8 Mon Sep 17 00:00:00 2001 From: Yeastplume <yeastplume@protonmail.com> Date: Wed, 3 Apr 2019 17:03:25 +0100 Subject: [PATCH] prepare windows build --- .travis.yml | 22 +++++++++++----------- Cargo.toml | 2 +- config/Cargo.toml | 2 +- controller/Cargo.toml | 2 +- impls/Cargo.toml | 2 +- libwallet/Cargo.toml | 2 +- util/Cargo.toml | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 23b20d92..2061e665 100644 --- a/.travis.yml +++ b/.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 diff --git a/Cargo.toml b/Cargo.toml index 2b8afedb..bfa6ee26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0-beta.1" authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" -repository = "https://github.com/mimblewimble/grin" +repository = "https://github.com/mimblewimble/grin-wallet" keywords = [ "crypto", "grin", "mimblewimble" ] readme = "README.md" exclude = ["**/*.grin", "**/*.grin2"] diff --git a/config/Cargo.toml b/config/Cargo.toml index 47325074..6ccb8ad2 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0-beta.1" 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." license = "Apache-2.0" -repository = "https://github.com/mimblewimble/grin" +repository = "https://github.com/mimblewimble/grin-wallet" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = ".." edition = "2018" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 26264c2a..07f95ca8 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0-beta.1" authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"] description = "Controllers for grin wallet instantiation" license = "Apache-2.0" -repository = "https://github.com/mimblewimble/grin" +repository = "https://github.com/mimblewimble/grin-wallet" keywords = [ "crypto", "grin", "mimblewimble" ] exclude = ["**/*.grin", "**/*.grin2"] #build = "src/build/build.rs" diff --git a/impls/Cargo.toml b/impls/Cargo.toml index 7e8878b4..631bb15e 100644 --- a/impls/Cargo.toml +++ b/impls/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0-beta.1" authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"] description = "Concrete types derived from libwallet traits" license = "Apache-2.0" -repository = "https://github.com/mimblewimble/grin" +repository = "https://github.com/mimblewimble/grin-wallet" keywords = [ "crypto", "grin", "mimblewimble" ] exclude = ["**/*.grin", "**/*.grin2"] edition = "2018" diff --git a/libwallet/Cargo.toml b/libwallet/Cargo.toml index 4174052f..2cfc9383 100644 --- a/libwallet/Cargo.toml +++ b/libwallet/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0-beta.1" authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" -repository = "https://github.com/mimblewimble/grin" +repository = "https://github.com/mimblewimble/grin-wallet" keywords = [ "crypto", "grin", "mimblewimble" ] exclude = ["**/*.grin", "**/*.grin2"] #build = "src/build/build.rs" diff --git a/util/Cargo.toml b/util/Cargo.toml index e058f144..105dcdbb 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0-beta.1" authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"] description = "Util, for generic utilities and to re-export grin crates" license = "Apache-2.0" -repository = "https://github.com/mimblewimble/grin" +repository = "https://github.com/mimblewimble/grin-wallet" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = ".." edition = "2018"