Mercurial > hg > sonic-visualiser
comparison .appveyor.yml @ 1731:5185ee58c44b vext
Pull out capnp-regen, update CI configs
author | Chris Cannam |
---|---|
date | Mon, 10 Jul 2017 12:55:47 +0100 |
parents | 7aa88d988abb |
children | e154957ed9f0 |
comparison
equal
deleted
inserted
replaced
1730:7aa88d988abb | 1731:5185ee58c44b |
---|---|
1 | 1 |
2 branches: | 2 branches: |
3 only: | 3 only: |
4 - vext | 4 - vext |
5 | |
6 configuration: | |
7 - Release | |
5 | 8 |
6 install: | 9 install: |
7 - cinst --allow-empty-checksums smlnj | 10 - cinst --allow-empty-checksums smlnj |
8 - ps: '"[hostfingerprints]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' | 11 - ps: '"[hostfingerprints]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' |
9 - ps: '"code.soundsoftware.ac.uk = 66:ef:e2:0e:e3:55:93:9a:33:aa:2a:e9:fe:be:21:c2:a2:8d:4f:f1" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' | 12 - ps: '"code.soundsoftware.ac.uk = 66:ef:e2:0e:e3:55:93:9a:33:aa:2a:e9:fe:be:21:c2:a2:8d:4f:f1" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' |