Skip to content

Commit ddc60ad

Browse files
committed
Merge branch 'develop' into PAINTROID-454_3
2 parents 65bb4d9 + ad1a169 commit ddc60ad

File tree

149 files changed

+11218
-1119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+11218
-1119
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Build, Test and Analyze
22

3-
on: [ push, pull_request ]
4-
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
58
jobs:
69
main:
710
runs-on: ubuntu-latest
@@ -30,13 +33,8 @@ jobs:
3033
- name: Integration Tests
3134
run: make integration
3235

33-
- name: Install xmlstarlet
34-
run: sudo apt-get install -y xmlstarlet
35-
36-
- name: Prepare App Name and Identifier
37-
run: |
38-
chmod +x ./.github/workflows/update_app_identifiers.sh
39-
./.github/workflows/update_app_identifiers.sh ${{ github.event.number }}
36+
- name: Write PR number to file
37+
run: echo "${{ github.event.number }}" > assets/pr_number.txt
4038

4139
- name: Build release package
4240
run: |

.github/workflows/update_app_identifiers.sh

Lines changed: 0 additions & 60 deletions
This file was deleted.

assets/fonts/cursive.ttf

647 KB
Binary file not shown.

assets/fonts/dancing.ttf

127 KB
Binary file not shown.

assets/fonts/inter.ttf

854 KB
Binary file not shown.

assets/fonts/mono_space.ttf

272 KB
Binary file not shown.

assets/fonts/open_sans.ttf

517 KB
Binary file not shown.

assets/fonts/sans_serif_shade.ttf

44.8 KB
Binary file not shown.

assets/fonts/space_mono.ttf

96 KB
Binary file not shown.

assets/fonts/wind.ttf

45 KB
Binary file not shown.

0 commit comments

Comments
 (0)