-
Notifications
You must be signed in to change notification settings - Fork 64
35 lines (29 loc) · 1.2 KB
/
run-all-platform-tests-in-appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: run-all-platform-tests-in-appveyor
on:
schedule:
- cron: "10 20 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: run platform tests - sqlserver
run: |
curl -X POST -d '{}' https://ci.appveyor.com/api/github/webhook?id=jvgkj9w9w1nglv45
- name: run platform tests - postgresql
run: |
curl -X POST -d '{}' https://ci.appveyor.com/api/github/webhook?id=hbusy25lqy2e21vs
- name: run platform tests - mysql
run: |
curl -X POST -d '{}' https://ci.appveyor.com/api/github/webhook?id=jprglc2my7c6i4qv
- name: run platform tests - mariadb
run: |
curl -X POST -d '{}' https://ci.appveyor.com/api/github/webhook?id=judmr61pjefs80ng
- name: run platform tests - oracle
run: |
curl -X POST -d '{}' https://ci.appveyor.com/api/github/webhook?id=y9x5vryasg7dotip
- name: run platform tests - linux base image
run: |
curl -X POST -d '{}' https://ci.appveyor.com/api/github/webhook?id=v8rycdu2dkcgs1wm
- name: run platform tests - windows base image
run: |
curl -X POST -d '{}' https://ci.appveyor.com/api/github/webhook?id=v8rycdu2dkcgs1wm