GithubHelp home page GithubHelp logo

appveyor-d's People

Contributors

abscissa avatar csantander avatar wilzbach avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

wilzbach zardoz89

appveyor-d's Issues

Official install script

BTW I wanted to make the install script that I once put on the wiki official for a long time (see dlang/installer#275), but I never managed to get to it.
So thanks a lot for this giant push and leap forward!

So what do you think about making it possible for people to just use the sth. like this in their AppVeyor config?

build_script: (New-Object Net.WebClient).DownloadString('https://dlang.org/install.psi') | iex

IIRC these were the things that I still had to do back then:

  • Support Visual Studio 2017 (check the referenced PR)
  • Auto-load the vcvarsall.bat in the install script
  • Rename the variables to match with the ones used by the Posix install script
  • Add binaries to the environment path (already done in dlang/installer#275)

Fix DMD 2.068: Linker error

Getting a link failure only on 2.068.2 (newer and older works fine though):

dub test --arch=%Darch% --compiler=%DC%
No source files found in configuration 'library'. Falling back to "dub -b unittest".
Performing "unittest" build using dmd for x86_64.
appveyor-d ~master: building configuration "application"...
Linking...
LINK : fatal error LNK1104: cannot open file 'shell32.lib'
--- errorlevel 1104
dmd failed with exit code 1104.

I've set this one to allow failure for now, but a resolution is needed. Need help from someone more familiar with this matter.

Use the LATEST dub binary

Check dlang/installer#301 for details.

latest:

"http://dlang.github.io/dub/LATEST"
"http://code.dlang.org/download/LATEST" (<- probably will get retired at some point)

binaries:

"https://github.com/dlang/dub/releases/download/v$ver/dub-$ver-windows-x86.zip"
 "http://code.dlang.org/files/dub-$ver-windows-x86.zip" (<- might get retired)

FYI there's currently no CI for the dub binaries though using LATEST might be problematic for now
That might change soon with dlang/dub#1471 or with another approach though.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.