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 b4de5b9 commit b2d7053
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ steps:
echo "PATH=$Env:Path"
nimble refresh
nimble install -y --depsOnly
nimble install https://github.com/status-im/NimYAML
displayName: 'Building dependencies (Windows)'
condition: eq(variables['Agent.OS'], 'Windows_NT')
- bash: |
Expand Down

0 comments on commit b2d7053

Please sign in to comment.