We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768c8fc commit 9338fd0Copy full SHA for 9338fd0
.travis.yml
@@ -68,6 +68,8 @@ script:
68
# Compile the static binary using musl.
69
# --accept to say Yes to prompts like "Prompt: No local packages.json found, download it from internet? [y/N]"
70
- nimble install --depsOnly --accept
71
+ # Test installing ntangle using nimble
72
+ - nimble install --accept ntangle
73
- git clone https://github.com/kaushalmodi/nim_config && cp nim_config/config.nims . # Get my global config.nims
74
- nim musl "${NIMFILE}"
75
# Verify the built binary version.
0 commit comments