This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 19bc14e ci: add OpenResty 1.15.8.2 (#3311)
19bc14e is described below
commit 19bc14ed5f841bb9d5b82015ac39da566a0b6373
Author: 罗泽轩 <[email protected]>
AuthorDate: Sat Jan 16 20:41:59 2021 -0600
ci: add OpenResty 1.15.8.2 (#3311)
Signed-off-by: spacewander <[email protected]>
---
.github/workflows/build.yml | 1 +
.travis/linux_openresty_1_15_runner.sh | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f812d20..fabc113 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,6 +16,7 @@ jobs:
os_name:
- linux_openresty
- linux_openresty_1_17
+ - linux_openresty_1_15
- linux_tengine
- linux_apisix_master_luarocks
- linux_apisix_current_luarocks
diff --git a/.travis/linux_openresty_1_15_runner.sh
b/.travis/linux_openresty_1_15_runner.sh
new file mode 100755
index 0000000..f845042
--- /dev/null
+++ b/.travis/linux_openresty_1_15_runner.sh
@@ -0,0 +1,21 @@
+#!/usr/bin/env bash
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+
+export OPENRESTY_VERSION=1.15.8.2
+. ./.travis/linux_openresty_runner.sh