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 9338fd0 commit 8643bcfCopy full SHA for 8643bcf
.travis.yml
@@ -68,8 +68,10 @@ 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
+ # Test installing ntangle using nimble.
+ # --reject denies the offer to install from ntangle@#head if "nimble install ntangle" fails.
73
+ - nimble install --reject ntangle
74
+ # Now build using musl.
75
- git clone https://github.com/kaushalmodi/nim_config && cp nim_config/config.nims . # Get my global config.nims
76
- nim musl "${NIMFILE}"
77
# Verify the built binary version.
0 commit comments