forked from bitcoin-core/secp256k1
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* improvements for CI * use bitprim tools * adding submodule * using common code * submodules * update submodule * update submodule * fix conanfile * fixes * update submodule * fixes * using common code from submodule * fixes * cmake fixes * test appveyor * test appveyor * test appveyor * test appveyor * test appveyor * test appveyor 2 * test appveyor 2 * test appveyor 3 * skip appveyor detection * fix * test travis and [skip appveyor] * CI script fixes * test [skip appveyor] * test [skip travis] * disable skip appveyor [skip ci] * conan channel management * update submodule * create conan_channel file in CI * git ignore update [skip ci] * avoid using conan_channel file, to test * it is not necesary to create the conan_channel * remove comments
- Loading branch information
1 parent
980a602
commit 769e3e8
Showing
17 changed files
with
171 additions
and
426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,6 @@ CMakeSettings.json | |
/.vs/ProjectSettings.json | ||
/.vs/slnx.sqlite | ||
|
||
.vscode/ | ||
.vscode/ | ||
|
||
get_branch.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "ci_utils"] | ||
path = ci_utils | ||
url = https://github.com/bitprim/bitprim-ci-utils.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.