Skip to content

Commit

Permalink
Restructuring around subprojects: app, schemas, windows-installer and…
Browse files Browse the repository at this point in the history
… flatpak
  • Loading branch information
hbitteur committed May 10, 2024
1 parent 9d1ccc3 commit 39536ef
Show file tree
Hide file tree
Showing 1,333 changed files with 845 additions and 958 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
runs-on: ubuntu-latest
env:
TESSDATA_PREFIX: /home/runner/work/audiveris/audiveris/tessdata
# Hard-coded value has been removed, was TESSDATA_TAG: 4.1.0
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -33,10 +32,6 @@ jobs:
- name: Set environment variable(s)
run: |
echo "TESSDATA_TAG=${{ steps.all.outputs.myTessdataTag }}" >> $GITHUB_ENV
- name: Test environment variable
run: |
echo "TESSDATA_TAG: ${{ env.TESSDATA_TAG }}"
# cache loaded tessdata files so they don't have to be re-downloaded on every workflow execution
- name: Get cached tessdata files
Expand Down
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dev/temp-externals/*-javadoc.jar
dev/temp-externals/*-sources.jar
nbproject

.gitignore
.gradle/*
.idea/*
.nb-gradle/*
Expand Down Expand Up @@ -46,6 +45,7 @@ schemas/bin/
schemas/build
schemas/build/*
target/*
temp/*
windows-installer/build
windows-installer/build/*
windows-installer/.gradle/*
Expand All @@ -54,6 +54,14 @@ windows-installer/.gradle/*
\.chg\..*$
\.rej$
\.conflict\~$
app/build
app/build/*
app/data/temp
app/data/temp/*
flatpak/build
flatpak/build/*
flatpak/.flatpak-builder
flatpak/.flatpak-builder/*

# Ignore system files
.DS_Store
Expand Down
Loading

0 comments on commit 39536ef

Please sign in to comment.