Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kevingpqi test #3

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: autotest
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
branches: [ main ]
branches: [ main_1 ]
push:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: build_linux

# Controls when the workflow will run
# Controls when the workflow will run. test
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
mkdir build
cd build
cmake ../
make -j8
make -j8
2 changes: 1 addition & 1 deletion .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: build_web
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
branches: [ main ]
branches: [ main_1 ]
push:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: build_win
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
branches: [ main ]
branches: [ main_1 ]
push:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
name: Windows build
run: |
node ./vendor_tools/cmake-build pag -p win -a x64 -o ./win/paglib -v -i -DPAG_BUILD_SHARED=ON
shell: bash
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/code_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: code_format

on:
pull_request:
branches: [ main ]
branches: [ main_1 ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
1 change: 1 addition & 0 deletions tgfx/include/tgfx/core/BytesKey.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <cstdint>
#include <vector>
#include <cstddef>

namespace tgfx {
/**
Expand Down