summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-06-09 08:18:06 +0300
committerAndrei Karas <akaras@inbox.ru>2020-06-16 05:10:55 +0300
commit0dfeb4a25fc55f965f57c8517095999a1030c72d (patch)
treed0a8f445b1212551c6e4efe6e4e6afb9d946a9a5 /.github
parentb259c7f34f677ba28e204c21d634ae24fa2b37f5 (diff)
downloadhercules-0dfeb4a25fc55f965f57c8517095999a1030c72d.tar.gz
hercules-0dfeb4a25fc55f965f57c8517095999a1030c72d.tar.bz2
hercules-0dfeb4a25fc55f965f57c8517095999a1030c72d.tar.xz
hercules-0dfeb4a25fc55f965f57c8517095999a1030c72d.zip
Add into travis.sh check with all custom scripts uncommented
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/clang10_test.yml6
-rw-r--r--.github/workflows/gcc10_test.yml6
-rw-r--r--.github/workflows/gcc9_test.yml6
-rw-r--r--.github/workflows/mariadb.yml11
-rw-r--r--.github/workflows/mysql.yml6
5 files changed, 35 insertions, 0 deletions
diff --git a/.github/workflows/clang10_test.yml b/.github/workflows/clang10_test.yml
index 28cb144f6..5fd53c371 100644
--- a/.github/workflows/clang10_test.yml
+++ b/.github/workflows/clang10_test.yml
@@ -41,6 +41,7 @@ jobs:
SQLHOST: mariadb
CC: ${{ matrix.CC }}
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }}
+ PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
steps:
- uses: actions/checkout@v1
with:
@@ -70,3 +71,8 @@ jobs:
- name: test
run: |
./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+
+ - name: extra test
+ if: env.PACKET_VERSION != '--enable-packetver=20130724'
+ run: |
+ ./tools/ci/travis.sh extratest
diff --git a/.github/workflows/gcc10_test.yml b/.github/workflows/gcc10_test.yml
index 1b0909be8..2225fbba1 100644
--- a/.github/workflows/gcc10_test.yml
+++ b/.github/workflows/gcc10_test.yml
@@ -40,6 +40,7 @@ jobs:
SQLHOST: mariadb
CC: ${{ matrix.CC }}
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }} --enable-lto
+ PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
steps:
- uses: actions/checkout@v1
with:
@@ -69,3 +70,8 @@ jobs:
- name: test
run: |
./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+
+ - name: extra test
+ if: env.PACKET_VERSION != '--enable-packetver=20130724'
+ run: |
+ ./tools/ci/travis.sh extratest
diff --git a/.github/workflows/gcc9_test.yml b/.github/workflows/gcc9_test.yml
index 4e9dc9bd9..798b6c476 100644
--- a/.github/workflows/gcc9_test.yml
+++ b/.github/workflows/gcc9_test.yml
@@ -40,6 +40,7 @@ jobs:
SQLHOST: mariadb
CC: ${{ matrix.CC }}
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }} --enable-lto
+ PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
steps:
- uses: actions/checkout@v1
with:
@@ -69,3 +70,8 @@ jobs:
- name: test
run: |
./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+
+ - name: extra test
+ if: env.PACKET_VERSION != '--enable-packetver=20130724'
+ run: |
+ ./tools/ci/travis.sh extratest
diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml
index 4479e9e4d..5293dd98b 100644
--- a/.github/workflows/mariadb.yml
+++ b/.github/workflows/mariadb.yml
@@ -38,6 +38,7 @@ jobs:
SQLHOST: mysql
CC: ${{ matrix.CC }}
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }}
+ PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
steps:
- uses: actions/checkout@v1
with:
@@ -67,3 +68,13 @@ jobs:
- name: test
run: |
./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+
+ - name: extra test
+ if: env.PACKET_VERSION != '--enable-packetver=20130724'
+ run: |
+ ./tools/ci/travis.sh extratest
+
+ - name: extra test
+ if: env.PACKET_VERSION != '--enable-packetver=20130724'
+ run: |
+ ./tools/ci/travis.sh extratest
diff --git a/.github/workflows/mysql.yml b/.github/workflows/mysql.yml
index 98e760a87..f26f86892 100644
--- a/.github/workflows/mysql.yml
+++ b/.github/workflows/mysql.yml
@@ -38,6 +38,7 @@ jobs:
SQLHOST: mysql
CC: ${{ matrix.CC }}
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }}
+ PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
steps:
- uses: actions/checkout@v1
with:
@@ -67,3 +68,8 @@ jobs:
- name: test
run: |
./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+
+ - name: extra test
+ if: env.PACKET_VERSION != '--enable-packetver=20130724'
+ run: |
+ ./tools/ci/travis.sh extratest