mirror of https://github.com/midoks/mdserver-web
parent
0d973f7a76
commit
d7250ebde5
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP MySQL80 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install MySQL80 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/mysql && sudo bash install.sh install 8.0 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP OpenResty |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install OpenResty |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/openresty && sudo bash install.sh install 1.21.4.1 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP PHP54 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install PHP54 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/php && sudo bash install.sh install 54 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP PHP55 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install PHP55 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/php && sudo bash install.sh install 55 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP PHP56 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install PHP56 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/php && sudo bash install.sh install 56 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP PHP70 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install PHP70 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/php && sudo bash install.sh install 70 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP PHP71 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install PHP71 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/php && sudo bash install.sh install 71 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP PHP72 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install PHP72 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/php && sudo bash install.sh install 72 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP PHP73 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install PHP73 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/php && sudo bash install.sh install 73 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP PHP74 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install PHP74 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/php && sudo bash install.sh install 74 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP PHP80 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install PHP80 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/php && sudo bash install.sh install 80 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,38 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP PHP81 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install MW |
|
||||||
run: | |
|
||||||
sudo bash scripts/install_dev.sh |
|
||||||
- name: Install PHP81 |
|
||||||
run: | |
|
||||||
cd /www/server/mdserver-web/plugins/php && sudo bash install.sh install 81 |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,36 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.10 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.10" |
|
||||||
- name: Install dependencies |
|
||||||
run: | |
|
||||||
python -m pip install --upgrade pip |
|
||||||
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
@ -1,36 +0,0 @@ |
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python |
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions |
|
||||||
|
|
||||||
name: MW APP 3.6.8 |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
pull_request: |
|
||||||
branches: [ "master","dev" ] |
|
||||||
|
|
||||||
permissions: |
|
||||||
contents: read |
|
||||||
|
|
||||||
jobs: |
|
||||||
build: |
|
||||||
strategy: |
|
||||||
matrix: |
|
||||||
os: [ubuntu-latest] |
|
||||||
runs-on: ${{ matrix.os }} |
|
||||||
#runs-on: ubuntu-latest |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v3 |
|
||||||
- name: Set up Python 3.6.8 |
|
||||||
uses: actions/setup-python@v3 |
|
||||||
with: |
|
||||||
python-version: "3.6.8" |
|
||||||
- name: Install dependencies |
|
||||||
run: | |
|
||||||
python -m pip install --upgrade pip |
|
||||||
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi |
|
||||||
- name: Start DEBUG |
|
||||||
run: | |
|
||||||
gunicorn -c setting.py app:app |
|
||||||
python3 task.py & |
|
Loading…
Reference in new issue