-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
209 changed files
with
90,747 additions
and
2,187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,11 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
lfs: true | ||
fetch-tags: "${{ inputs.gradleTask != 'assembleRelease' }}" | ||
fetch-depth: "${{ github.event.release && '0' || '1'}}" | ||
|
||
- name: Get modern CMake and Ninja | ||
uses: lukka/[email protected].2 | ||
uses: lukka/[email protected].3 | ||
|
||
- name: set up JDK 11 | ||
uses: actions/setup-java@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
lfs: true | ||
|
||
- name: Get modern CMake and Ninja | ||
uses: lukka/[email protected].2 | ||
uses: lukka/[email protected].3 | ||
|
||
- name: set up JDK 11 | ||
uses: actions/setup-java@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright 2021-2023, Collabora, Ltd. | ||
# Copyright 2021-2024, Collabora, Ltd. | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
on: | ||
|
@@ -32,9 +32,11 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
lfs: true | ||
fetch-tags: "${{ !github.event.release }}" | ||
fetch-depth: "${{ github.event.release && '0' || '1'}}" | ||
|
||
- name: Get modern CMake and Ninja | ||
uses: lukka/[email protected].2 | ||
uses: lukka/[email protected].3 | ||
|
||
- name: Add msbuild to PATH | ||
uses: microsoft/setup-msbuild@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
# This mailmap is for **public repos** and should only be tested there. | ||
|
||
Blake Taylor <[email protected]> | ||
Bradley Austin Davis <[email protected]> | ||
Bryce Hutchings <[email protected]> | ||
Bryce Hutchings <[email protected]> <[email protected]> | ||
Bryce Hutchings <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.