Skip to content

Commit

Permalink
Use NimYAML fork (flyx/NimYAML#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Feb 13, 2020
1 parent 52125fa commit b267fa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ install:
build_script:
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- nimble install -y
- nimble install yaml # Testing only
# testing only
- nimble install yaml # Cannot clone upstream https://github.com/flyx/NimYAML/issues/77

test_script:
- nimble test
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ install:

script:
- nimble install -y
- nimble install yaml # testing only
# testing only
- nimble install yaml # Cannot clone upstream https://github.com/flyx/NimYAML/issues/77
- nimble test
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ steps:
- bash: |
echo "PATH=${PATH}"
nimble refresh
nimble install nimcrypto stew yaml
nimble install nimcrypto stew
nimble install https://github.com/status-im/NimYAML
displayName: 'Building the package dependencies'
- bash: |
Expand Down

0 comments on commit b267fa4

Please sign in to comment.