mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[CI] Remove obsolete install commands
Signed-off-by: David Gekeler <git@davidgekeler.eu>
This commit is contained in:
4
.github/workflows/android-check.yaml
vendored
4
.github/workflows/android-check.yaml
vendored
@@ -80,10 +80,6 @@ jobs:
|
||||
shell: bash
|
||||
run: ./configure.sh
|
||||
|
||||
- name: Generate symbols
|
||||
shell: bash
|
||||
run: ./tools/unix/generate_symbols.sh
|
||||
|
||||
- name: Configure ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
|
||||
10
.github/workflows/ios-check.yaml
vendored
10
.github/workflows/ios-check.yaml
vendored
@@ -42,16 +42,6 @@ jobs:
|
||||
shell: bash
|
||||
run: ./configure.sh
|
||||
|
||||
- name: Download MWM files
|
||||
shell: bash
|
||||
run: |
|
||||
wget https://cdn.comaps.app/maps/latest/World.mwm -P ./data/
|
||||
wget https://cdn.comaps.app/maps/latest/WorldCoasts.mwm -P ./data/
|
||||
|
||||
- name: Generate symbols
|
||||
shell: bash
|
||||
run: ./tools/unix/generate_symbols.sh
|
||||
|
||||
- name: Configure XCode cache
|
||||
uses: irgaly/xcode-cache@v1
|
||||
with:
|
||||
|
||||
@@ -19,5 +19,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
optipng
|
||||
WORKDIR /root/comaps
|
||||
RUN ./configure.sh
|
||||
RUN ./tools/unix/generate_symbols.sh
|
||||
CMD ./gradlew -Parm64 assembleFdroidDebug
|
||||
|
||||
Reference in New Issue
Block a user