public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup - the official Cygwin setup program] branch master, updated. release_2.886-2-g56bc3f0
@ 2018-02-05 22:50 jturney
  0 siblings, 0 replies; only message in thread
From: jturney @ 2018-02-05 22:50 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=56bc3f0163f4d8c54198603493a00b613b664364

commit 56bc3f0163f4d8c54198603493a00b613b664364
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Feb 1 13:20:42 2018 +0000

    Add .appyveyor.yml


Diff:
---
 .appveyor.yml |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644
index 0000000..b007e05
--- /dev/null
+++ b/.appveyor.yml
@@ -0,0 +1,29 @@
+version: '{build}'
+environment:
+  CYGWIN_ROOT: C:\cygwin
+  CYGWIN_MIRROR: http://cygwin.mirror.constant.com
+  CYGWIN_CACHE: C:\cache
+  matrix:
+  - HOST: i686-w64-mingw32
+  - HOST: x86_64-w64-mingw32
+install:
+- cmd: |-
+    if "%HOST%"=="i686-w64-mingw32" set PKGARCH="mingw64-i686"
+    if "%HOST%"=="x86_64-w64-mingw32" set PKGARCH="mingw64-x86_64"
+    if NOT DEFINED PKGARCH exit 1
+    set SETUP=setup-x86.exe
+    echo Updating Cygwin and installing build prerequisites
+    %CYGWIN_ROOT%\%SETUP% -qnNdO -R "%CYGWIN_ROOT%" -s "%CYGWIN_MIRROR%" -l "%CYGWIN_CACHE%" -g -P "autoconf,automake,bison,flex,libtool,make,%PKGARCH%-headers,%PKGARCH%-gcc-g++,%PKGARCH%-libgcrypt,%PKGARCH%-libsolv,%PKGARCH%-bzip2,%PKGARCH%-xz,%PKGARCH%-zlib,pkg-config,upx"
+cache: C:\cache
+build_script:
+- cmd: |-
+    echo Bootstrap running...
+    %CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; ./bootstrap.sh --host=%HOST%"
+    echo Make running...
+    %CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; make"
+    echo Strip/UPX running...
+    %CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; make strip upx"
+test: off
+deploy: off
+artifacts:
+- path: setup.exe


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-05 22:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 22:50 [setup - the official Cygwin setup program] branch master, updated. release_2.886-2-g56bc3f0 jturney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).