RagePhoto: add RagePhotoPrivate class
This commit is contained in:
parent
81675355b0
commit
6bb8843971
6 changed files with 289 additions and 256 deletions
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -2,9 +2,9 @@ name: Ubuntu
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ test ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ test ]
|
||||
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
|
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -2,9 +2,9 @@ name: Windows
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ test ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ test ]
|
||||
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue