aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-19 23:22:12 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2018-11-21 20:53:48 +0200
commit5e91eb3d0c6750bc70504c02ca942f69aeb46178 (patch)
treefaceafdd1c2a67c1307af5f546a337a136076b88 /ci
parent4178267bfef82a6ebf35dc353bb7915c2d3fda94 (diff)
downloadmeson-5e91eb3d0c6750bc70504c02ca942f69aeb46178.zip
meson-5e91eb3d0c6750bc70504c02ca942f69aeb46178.tar.gz
meson-5e91eb3d0c6750bc70504c02ca942f69aeb46178.tar.bz2
CI: port cygwin job from appveyor to azure-pipelines
Diffstat (limited to 'ci')
-rwxr-xr-xci/appveyor-install.bat22
-rw-r--r--ci/run-in-cygwin.bat6
2 files changed, 0 insertions, 28 deletions
diff --git a/ci/appveyor-install.bat b/ci/appveyor-install.bat
deleted file mode 100755
index 1e60179..0000000
--- a/ci/appveyor-install.bat
+++ /dev/null
@@ -1,22 +0,0 @@
-set CACHE=C:\cache
-set CYGWIN_MIRROR=http://cygwin.mirror.constant.com
-
-if _%arch%_ == _x64_ set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64
-if _%arch%_ == _x86_ set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin
-
-if not exist %CACHE% mkdir %CACHE%
-
-echo Updating Cygwin and installing ninja and test prerequisites
-%CYGWIN_ROOT%\%SETUP% -qnNdO -R "%CYGWIN_ROOT%" -s "%CYGWIN_MIRROR%" -l "%CACHE%" -g -P ^
-gcc-objc++,^
-gcc-objc,^
-gobject-introspection,^
-libboost-devel,^
-libglib2.0-devel,^
-libgtk3-devel,^
-ninja,^
-python3-pip,^
-vala,^
-zlib-devel
-
-echo Install done
diff --git a/ci/run-in-cygwin.bat b/ci/run-in-cygwin.bat
deleted file mode 100644
index 146d28e..0000000
--- a/ci/run-in-cygwin.bat
+++ /dev/null
@@ -1,6 +0,0 @@
-if _%arch%_ == _x64_ set CYGWIN_ROOT=C:\cygwin64
-if _%arch%_ == _x86_ set CYGWIN_ROOT=C:\cygwin
-
-set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32
-
-env.exe -- %*