ci: setup variables
This commit is contained in:
@@ -149,6 +149,7 @@ jobs:
|
|||||||
- name: (en_US) Build KolibriOS
|
- name: (en_US) Build KolibriOS
|
||||||
run: |
|
run: |
|
||||||
export PATH=/home/autobuild/tools/win32/bin:$PATH
|
export PATH=/home/autobuild/tools/win32/bin:$PATH
|
||||||
|
source kos32-export-env-vars ${{ gitea.workspace }}
|
||||||
tup build-en_US
|
tup build-en_US
|
||||||
|
|
||||||
- name: (en_US) Upload floppy image
|
- name: (en_US) Upload floppy image
|
||||||
@@ -173,6 +174,7 @@ jobs:
|
|||||||
- name: (ru_RU) Build KolibriOS
|
- name: (ru_RU) Build KolibriOS
|
||||||
run: |
|
run: |
|
||||||
export PATH=/home/autobuild/tools/win32/bin:$PATH
|
export PATH=/home/autobuild/tools/win32/bin:$PATH
|
||||||
|
source kos32-export-env-vars ${{ gitea.workspace }}
|
||||||
tup build-ru_RU
|
tup build-ru_RU
|
||||||
|
|
||||||
- name: (ru_RU) Upload floppy image
|
- name: (ru_RU) Upload floppy image
|
||||||
@@ -197,6 +199,7 @@ jobs:
|
|||||||
- name: (es_ES) Build KolibriOS
|
- name: (es_ES) Build KolibriOS
|
||||||
run: |
|
run: |
|
||||||
export PATH=/home/autobuild/tools/win32/bin:$PATH
|
export PATH=/home/autobuild/tools/win32/bin:$PATH
|
||||||
|
source kos32-export-env-vars ${{ gitea.workspace }}
|
||||||
tup build-es_ES
|
tup build-es_ES
|
||||||
|
|
||||||
- name: (es_ES) Upload floppy image
|
- name: (es_ES) Upload floppy image
|
||||||
|
Reference in New Issue
Block a user