-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # CHANGELOG.md # Verovio.podspec # bindings/iOS/all.h # bindings/java/pom.xml # codemeta.json # emscripten/npm/package.json # include/vrv/vrvdef.h
- Loading branch information
Showing
1,042 changed files
with
73,576 additions
and
94,238 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 |
---|---|---|
|
@@ -36,6 +36,7 @@ env: | |
# build artifacts | ||
DOC_BUILD: doc-build | ||
TOOLKIT_BUILD: toolkit-build | ||
FONTS: fonts | ||
|
||
# doxygen | ||
DOXYGEN_REPO: ${{ github.repository_owner }}/verovio-doxygen # works from rism-digital and from forks | ||
|
@@ -88,23 +89,39 @@ jobs: | |
|
||
- os: ubuntu-20.04 | ||
compiler: clang | ||
version: "10" | ||
version: "11" | ||
|
||
- os: ubuntu-20.04 | ||
- os: ubuntu-22.04 | ||
compiler: clang | ||
version: "11" | ||
version: "12" | ||
|
||
- os: ubuntu-20.04 | ||
- os: ubuntu-22.04 | ||
compiler: clang | ||
version: "12" | ||
|
||
- os: macos-latest | ||
compiler: xcode | ||
version: "14.3" | ||
- os: ubuntu-22.04 | ||
compiler: clang | ||
version: "12" | ||
|
||
- os: ubuntu-22.04 | ||
compiler: clang | ||
version: "13" | ||
|
||
- os: ubuntu-22.04 | ||
compiler: clang | ||
version: "14" | ||
|
||
- os: ubuntu-22.04 | ||
compiler: clang | ||
version: "11" | ||
|
||
- os: ubuntu-22.04 | ||
compiler: clang | ||
version: "15" | ||
|
||
- os: macos-latest | ||
compiler: xcode | ||
version: "15.3" | ||
version: "15.4" | ||
|
||
- os: macos-latest | ||
compiler: g++ | ||
|
@@ -276,9 +293,9 @@ jobs: | |
|
||
- name: Upload js build artifact (${{ matrix.toolkit.target }}) | ||
if: ${{ matrix.toolkit.upload == true }} | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4.4.3 | ||
with: | ||
name: ${{ env.TOOLKIT_BUILD }} | ||
name: ${{ env.TOOLKIT_BUILD }}-${{ github.run_id }} | ||
path: ${{ github.workspace }}/${{ env.TEMP_DIR }}/${{ matrix.toolkit.filepath }} | ||
|
||
|
||
|
@@ -301,9 +318,9 @@ jobs: | |
run: cp data/*.css $GITHUB_WORKSPACE/$TEMP_DIR/data/ | ||
|
||
- name: Upload font data artifact | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4.4.3 | ||
with: | ||
name: ${{ env.TOOLKIT_BUILD }} | ||
name: ${{ env.FONTS }}-${{ github.run_id }} | ||
path: ${{ github.workspace }}/${{ env.TEMP_DIR }} | ||
|
||
################################## | ||
|
@@ -366,15 +383,25 @@ jobs: | |
path: ${{ env.GH_PAGES_DIR }} | ||
|
||
- name: Download TOOLKIT_BUILD artifacts | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4.1.7 | ||
with: | ||
name: ${{ env.TOOLKIT_BUILD }} | ||
name: ${{ env.TOOLKIT_BUILD }}-${{ github.run_id }} | ||
path: artifacts/${{ env.TOOLKIT_BUILD }} | ||
|
||
- name: Copy artifacts to gh-pages | ||
- name: Copy the toolkit artifacts to gh-pages | ||
run: | | ||
cp -r artifacts/$TOOLKIT_BUILD/* $GH_PAGES_DIR/javascript/develop/ | ||
- name: Download FONTS artifacts | ||
uses: actions/[email protected] | ||
with: | ||
name: ${{ env.FONTS }}-${{ github.run_id }} | ||
path: artifacts/${{ env.FONTS }} | ||
|
||
- name: Copy the fonts artifacts to gh-pages | ||
run: | | ||
cp -r artifacts/$FONTS/* $GH_PAGES_DIR/javascript/develop/ | ||
- name: Check git status before commit | ||
working-directory: ${{ env.GH_PAGES_DIR }} | ||
run: | | ||
|
@@ -455,9 +482,9 @@ jobs: | |
run: (cat verovio.conf ; echo "OUTPUT_DIRECTORY = $GITHUB_WORKSPACE/$DOXYGEN_DIR") | doxygen - | ||
|
||
- name: Upload doxygen build artifact | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4.4.3 | ||
with: | ||
name: ${{ env.DOC_BUILD }} | ||
name: ${{ env.DOC_BUILD }}-${{ github.run_id }} | ||
path: ${{ github.workspace }}/${{ env.DOXYGEN_DIR }} | ||
|
||
############################################### | ||
|
@@ -485,9 +512,9 @@ jobs: | |
path: ${{ env.DOXYGEN_DIR }} | ||
|
||
- name: Download DOC_BUILD artifacts | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4.1.7 | ||
with: | ||
name: ${{ env.DOC_BUILD }} | ||
name: ${{ env.DOC_BUILD }}-${{ github.run_id }} | ||
path: artifacts/${{ env.DOC_BUILD }} | ||
|
||
- name: Remove old doc and copy build artifacts to DOXYGEN_DIR | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
################################################### | ||
build_python: | ||
name: Build the test suite | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
- uses: FranzDiebold/[email protected] | ||
|
@@ -62,7 +62,7 @@ jobs: | |
mkdir -p ${{ env.OUTPUT_DIR }} | ||
ls -alh | ||
ls -alh ${{ env.OUTPUT_DIR }} | ||
sudo apt-get install openresolv wireguard | ||
sudo apt-get install wireguard | ||
sudo echo "${{ secrets.VPN_CONFIGURATION }}" > wg0.conf | ||
python3 -m pip install diffimg jsondiff lxml xmldiff cairosvg | ||
|
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.