This commit is contained in:
parent
07f6da8ebe
commit
2883c7faf8
@ -8,16 +8,18 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: git.mixedup.dev/quik/docker-cross-compiler
|
||||||
env:
|
env:
|
||||||
QUIK_API_KEY: "${{secrets.QUIK_API_KEY}}"
|
QUIK_API_KEY: "${{secrets.QUIK_API_KEY}}"
|
||||||
|
volumes:
|
||||||
|
- ${{ gitea.workspace }}:/home/quik/src
|
||||||
steps:
|
steps:
|
||||||
- name: Update Package Repository.
|
|
||||||
run: apt update -y
|
|
||||||
- name: Gather dependencies.
|
|
||||||
run: apt install -y docker.io docker-compose
|
|
||||||
- name: Check repository out.
|
- name: Check repository out.
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Run Build Script
|
- name: Run Build Script
|
||||||
run: "bash ${{ gitea.workspace }}/build_ci_cd.sh"
|
run: "./build_native.sh"
|
||||||
|
- name: Publish Package
|
||||||
|
run: "./publish.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user