aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-12-14 01:54:56 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-12-14 01:54:56 +0800
commit29d6881112dd55d7e3514d1efe59d70536295956 (patch)
tree36690bcd1d7841049633e4600ff9afab0718cf81 /appveyor.yml
parente2692921e18b6fd3497c8e971507d226c8d46206 (diff)
downloaddexon-29d6881112dd55d7e3514d1efe59d70536295956.tar.gz
dexon-29d6881112dd55d7e3514d1efe59d70536295956.tar.zst
dexon-29d6881112dd55d7e3514d1efe59d70536295956.zip
travis, appveyor: build with Go 1.7.4
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index dbdda9b6c..f5115f6f9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,8 +22,8 @@ environment:
install:
- rmdir C:\go /s /q
- - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.3.windows-%GETH_ARCH%.zip
- - 7z x go1.7.3.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
+ - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-%GETH_ARCH%.zip
+ - 7z x go1.7.4.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version
itle='2014-01-22 07:40:21 +0800'>2014-01-221-1/+0 * Update from 4.0.33 to 4.0.35:osa2014-01-173-5/+5 * Upgrade 3rd party modules to latest version.vanilla2014-01-164-28/+28 * Upgrade third-party lua module from 0.9.3 to 0.9.4.osa2014-01-142-4/+4 * Update from 4.0.30 to 4.0.33:osa2014-01-043-5/+5 * Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-30/+0 * Add distinfo for third-party footer module back, introduced in r338325.osa2013-12-311-0/+2 * Update from 4.0.29 to 4.0.30:osa2013-12-313-7/+5 * 1: Upgrade 3rd party modules to latest version.vanilla2013-12-226-58/+71 * Update third-party lua module from 0.9.2 to 0.9.3.osa2013-12-202-4/+4 * Be more correct with openssl on modern FreeBSD10.osa2013-12-201-1/+8 * Update from 4.0.27 to 4.0.29:osa2013-12-143-5/+5 * Update from 4.0.26 to 4.0.27:osa2013-12-063-5/+5 * Make third-party accept_language module fetchable by update to latest version.osa2013-12-042-3/+3 * Fix syslog support.osa2013-12-041-2/+4 * Revert r335523.mat2013-12-032-2/+2 * Upgrade lua module to 0.9.2, echo module to 0.49.vanilla2013-12-032-9/+9 * The patch for adding syslog support sets the wrong define variable causing sy...mat2013-12-032-1/+2 * Upgrade third-party ngx_http_redis module from 0.3.6 to 0.3.7.osa2013-12-022-3/+3 * Update from 4.0.25 to 4.0.26:osa2013-11-303-5/+5 * Update rtmp module to 1.0.6.vanilla2013-11-242-7/+6 * Update from 4.0.24 to 4.0.25:osa2013-11-213-5/+5 * Update from 4.0.23 to 4.0.24:osa2013-11-203-5/+5 * Security update from 1.4.3 to 1.4.4.osa2013-11-202-3/+3 * Stagefy.osa2013-11-042-23/+14 * Convert LIB_DEPENDS to new syntax.osa2013-11-031-10/+10 * Update from 4.0.21 to 4.0.23:osa2013-11-023-5/+5 * Update from 4.0.20 to 4.0.21:osa2013-10-263-5/+5 * Update from 4.0.19 to 4.0.20:osa2013-10-123-7/+8 * Update from 1.4.2 to 1.4.3.osa2013-10-082-3/+3 * Update from 4.0.17 to 4.0.19:osa2013-09-293-5/+5 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Update from 4.0.16 to 4.0.17:osa2013-09-113-5/+5 * Update patch for third-party http_upload module.osa2013-09-111-14/+1068 * Update from 4.0.14 to 4.0.16:osa2013-09-073-7/+8 * Adopt USES+=iconv.bsam2013-09-021-1/+1 * Update third-party modules:osa2013-08-212-20/+20 * Update from 4.0.13 to 4.0.14:osa2013-08-203-5/+5 * Update third-party modsecurity module from 2.7.4 to 2.7.5.osa2013-08-173-5/+5 * Update third-party rtmp module from 1.0.1 to 1.0.2.osa2013-08-172-4/+4 * Update from 4.0.10 to 4.0.13:osa2013-08-173-5/+5 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * Update from 4.0.8 to 4.0.10:osa2013-07-223-5/+5 * Update from 1.4.1 to 1.4.2.osa2013-07-173-83/+3 * Update:osa2013-07-113-10/+10 * If nginx was compiled without --with-http_ssl_module, but with someosa2013-06-232-0/+80 * Add third-party modsecurity module support, version 2.7.4.osa2013-06-043-0/+38 * Third-party rtmp module's tarball has been re-rolled without changes in sourc...osa2013-06-042-3/+3 * Update from 4.0.4 to 4.0.5:osa2013-05-303-6/+6 * Update third-party rtmp module from 0.9.18 to 1.0.0.osa2013-05-292-4/+4 * Update third-party modules:osa2013-05-292-8/+8 * Update from 3.0.19 to 4.0.4:osa2013-05-293-40/+28 * Security update to latest versions:osa2013-05-072-4/+3 * Update third-party lua module from 0.7.21 to 0.8.1.delphij2013-05-052-4/+4 * Update third-party modules:osa2013-05-043-41/+41 * Update third-party drizzle module to version 0.1.5.osa2013-05-044-8/+9 * Update to latest stable version 1.4.0.osa2013-05-024-57/+671 * Upgrade from 1.2.7 to latest bugfix release 1.2.8.osa2013-04-032-4/+3 * Update third-party rtmp module from 0.9.12 to 0.9.13.osa2013-03-232-4/+4 * Update third-party chunkin module from 0.22rc1 to 0.23.osa2013-03-212-4/+4 * Update third-party modules:osa2013-03-212-7/+7 * Update syslog_support patch with module-specific changes.osa2013-03-202-120/+626 * Update third-party module rtmp from 0.9.8 to 0.9.11.osa2013-03-202-4/+4 * Update third-party cache_purge module from 2.0 to 2.1.osa2013-03-202-3/+3 * - Update third-party NAXSI module to 0.49sbz2013-03-153-23/+6 * Update third-party slowfs_cache module from 1.9 to 1.10.osa2013-03-072-3/+3 * Upgrade third-party rtmp module from 0.8.7 to 0.9.8.osa2013-02-242-4/+4 * Upgrade third-party modules (according to latest stable ngx_openresty-1.2.6.6):osa2013-02-232-20/+20 * Update third-party http_auth_ldap module.osa2013-02-212-3/+4 * Add third-party http_push_stream module.osa2013-02-202-0/+13 * Add nginx_pid_prefix rcvar for ability to prevent collision with other PIDs n...osa2013-02-132-1/+5 * Update from 1.2.6 to 1.2.7.osa2013-02-132-5/+6 * - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)gahr2013-02-071-4/+0