ngdevkit:ci-macos

Last commit made on 2020-05-30
Get this branch:
git clone -b ci-macos https://git.launchpad.net/ngdevkit

Branch merges

Branch information

Name:
ci-macos
Repository:
lp:ngdevkit

Recent commits

18d74aa... by Damien Ciabrini

Add macOS CI job

551cfab... by Damien Ciabrini

Clarify mingw/windows native installation procedure

05a188c... by Damien Ciabrini

Fix package instruction for brew (pre-built + source)

9a1a923... by Damien Ciabrini

Add instructions to install pre-built packages on Windows 10

89aefbf... by Damien Ciabrini

Add instructions to install pre-built macOS packages with brew

845f55d... by Damien Ciabrini

Fix various typos in the installation doc

402efb0... by Damien Ciabrini

mingw: force configure to recognize cross-compilation

When running a Linux environment under WSL2 (win10), w64 binaries
are transparently executed as if they were native Linux binaries.
This fools the autoconf scripts which don't recognize that we're
cross-compiling for win10.

To prevent all sorts of bad side effect on compilation, force
autoconf scripts to enable cross-compilation flags when mingw is
used.

5d52776... by Damien Ciabrini

Clean up old nightly tag after a new commit has merged in master

35fff4b... by Damien Ciabrini

Add homebrew nightly build and bottle for ngdevkit

5a66ec8... by Damien Ciabrini

Merge pull request #33 from dciabrin/concurrent-install

Fix install when running make concurrently