Skip to content

Commit

Permalink
Install Stint
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim authored and zah committed Jun 2, 2020
1 parent d15cd6d commit 1a18d0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ build_script:
- nimble install -y
# testing only
- nimble install https://github.com/status-im/NimYAML@#head # Cannot clone upstream https://github.com/flyx/NimYAML/issues/77
- nimble install stint

test_script:
- nimble test
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ script:
- nimble install -y
# testing only
- nimble install https://github.com/status-im/NimYAML@#head # Cannot clone upstream https://github.com/flyx/NimYAML/issues/77
- nimble install stint
- nimble test
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,15 @@ steps:
nimble refresh
nimble install -y --depsOnly
nimble install https://github.com/status-im/NimYAML@#head
nimble install stint
displayName: 'Building dependencies (Posix)'
condition: ne(variables['Agent.OS'], 'Windows_NT')
- powershell: |
echo "PATH=$Env:Path"
nimble refresh
nimble install -y --depsOnly
nimble install https://github.com/status-im/NimYAML@#head
nimble install stint
displayName: 'Building dependencies (Windows)'
condition: eq(variables['Agent.OS'], 'Windows_NT')
- bash: |
Expand Down

0 comments on commit 1a18d0d

Please sign in to comment.