Skip to content

Commit

Permalink
Text
Browse files Browse the repository at this point in the history
Uses it in the artboard title but also updates the flutter runtime massively to support FFI & WASM C++ Rive Text. PRing to let the tests run.

Diffs=
3be5ff0d8 Text (#4372)
  • Loading branch information
luigi-rosso committed Nov 16, 2022
1 parent ae62651 commit 527560f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build-skia:
strategy:
matrix:
arch: ["x86" , "x64", "arm", "arm64", "iossim_arm64"]
runs-on: macos-12
arch: ["x86", "x64", "arm", "arm64", "iossim_arm64"]

runs-on: [self-hosted, macOS, ARM64]
permissions:
id-token: write
contents: read
Expand All @@ -20,18 +20,18 @@ jobs:
uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: us-west-2
role-to-assume: ${{ secrets.ACTIONS_ROLE }}
role-to-assume: ${{ secrets.ACTIONS_ROLE }}
- name: Checkout Code
uses: actions/checkout@v3
with:
with:
submodules: true
token: ${{ secrets.PAT_GITHUB }}

- name: Update Java
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '16'
with:
distribution: "zulu"
java-version: "16"

- name: Installing pre-requisites
run: |
Expand All @@ -43,14 +43,14 @@ jobs:
mkdir bin
cp premake5 bin/premake5
sudo chmod a+x premake5
sudo mv premake5 /usr/local/bin
sudo mv premake5 /usr/local/bin
- name: Build skia files
run: ./scripts/build.skia.sh -a ${{ matrix.arch }}

run_tests:
name: Run Rive tests
needs: build-skia
runs-on: macos-12
runs-on: [self-hosted, macOS, ARM64]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -67,9 +67,8 @@ jobs:
mkdir bin
cp premake5 bin/premake5
sudo chmod a+x premake5
sudo mv premake5 /usr/local/bin
sudo mv premake5 /usr/local/bin
- name: Build everything (using the cache, we should make an archive of course)
run: ./scripts/build.sh ios_sim debug
- name: Testing iOS app
run: ./scripts/test.sh

2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
90245a5e1ec77c7b9dfff51a7d242d8d21b18395
3be5ff0d873280d2bcec300fb764f016ac96a08d
2 changes: 1 addition & 1 deletion submodules/rive-cpp

0 comments on commit 527560f

Please sign in to comment.