mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-14 14:43:07 +00:00
Zip the teal directory
This commit is contained in:
parent
75fcf53f7d
commit
7d4222b9ce
2 changed files with 97 additions and 97 deletions
|
|
@ -144,8 +144,7 @@ Teal:
|
||||||
- CI/teal_ci.sh
|
- CI/teal_ci.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build_teal
|
- build_teal.zip
|
||||||
|
|
||||||
|
|
||||||
Ubuntu_GCC_Debug:
|
Ubuntu_GCC_Debug:
|
||||||
extends: .Ubuntu
|
extends: .Ubuntu
|
||||||
|
|
@ -622,7 +621,6 @@ Windows_MSBuild_RelWithDebInfo:
|
||||||
- if: $CI_PIPELINE_SOURCE == "push"
|
- if: $CI_PIPELINE_SOURCE == "push"
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
|
|
||||||
|
|
||||||
.Ubuntu_AndroidNDK_arm64-v8a:
|
.Ubuntu_AndroidNDK_arm64-v8a:
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
|
|
@ -683,7 +681,7 @@ Windows_MSBuild_RelWithDebInfo:
|
||||||
- scripts/find_missing_merge_requests.py --project_id=$CI_PROJECT_ID --ignored_mrs_path=$CI_PROJECT_DIR/.resubmitted_merge_requests.txt
|
- scripts/find_missing_merge_requests.py --project_id=$CI_PROJECT_ID --ignored_mrs_path=$CI_PROJECT_DIR/.resubmitted_merge_requests.txt
|
||||||
|
|
||||||
.flatpak:
|
.flatpak:
|
||||||
image: 'docker.io/bilelmoussaoui/flatpak-github-actions'
|
image: "docker.io/bilelmoussaoui/flatpak-github-actions"
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- flatpak install -y flathub org.kde.Platform/x86_64/5.15-21.08
|
- flatpak install -y flathub org.kde.Platform/x86_64/5.15-21.08
|
||||||
|
|
|
||||||
|
|
@ -44,3 +44,5 @@ export LUAROCKS
|
||||||
popd
|
popd
|
||||||
pushd docs
|
pushd docs
|
||||||
./build_teal.sh ../build_teal
|
./build_teal.sh ../build_teal
|
||||||
|
popd
|
||||||
|
zip build_teal.zip -r build_teal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue