Add AppVeyor config file to test win32.mak#269
Conversation
|
Thanks for your pull request, @wilzbach! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
97da3eb to
f3c1a30
Compare
42bb51a to
c43d1ed
Compare
appveyor.yml
Outdated
| arch: x86 | ||
| skip_tags: false | ||
| build_script: | ||
| - ps: wget https://raw.githubusercontent.com/wilzbach/installer/appveyor-script/script/install.ps1 -OutFile install.ps1 |
There was a problem hiding this comment.
Can be made official once dlang/installer#275 is merged, but works fine for now.
appveyor.yml
Outdated
| - echo %DC% | ||
| - echo %PATH% | ||
| - '%DC% --version' | ||
| - make -f win32.mak rdmd dustmite |
There was a problem hiding this comment.
Once #265 is merged, we can also test all targets
3b11d4b to
74eb207
Compare
appveyor.yml
Outdated
| arch: x86 | ||
| skip_tags: false | ||
| build_script: | ||
| - ps: wget https://raw.githubusercontent.com/wilzbach/installer/appveyor-script/script/install.ps1 -OutFile install.ps1 |
There was a problem hiding this comment.
Ah nice, this is what I improvised in the mean time.
https://github.com/MartinNowak/io/blob/master/.appveyor.yml
Having a proper PowerShell install script would be great (https://stackoverflow.com/a/40491432/2371032).
8272c1c to
ba700a7
Compare
|
Okay as I don't think dlang/installer#275 will move anywhere in the next weeks, I inlined the important bits directly in the |
|
CC @CyberShadow - are you okay with using AppVeyor here? I don't see any other easy option to test the tools repo under Windows. |
|
Okay. |
|
Thanks! |
|
As mentioned this is very basic and should be replaced with an "official" powershell install script once we have one ... |
-> let's add a CI to introduce light into the dark.
See also: dlang/installer#275