-
Notifications
You must be signed in to change notification settings - Fork 123
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
153 changed files
with
10,426 additions
and
11,740 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: CI Build | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- develop | ||
jobs: | ||
ci_macos: | ||
runs-on: [self-hosted, macos] | ||
steps: | ||
- name: Cleanup working directory | ||
run: rm -rf "${{github.workspace}}" | ||
- name: Checkout HISE repository | ||
uses: actions/checkout@v1 | ||
with: | ||
ref: 'develop' | ||
- name: Build & Run CI script | ||
working-directory: ${{ github.workspace }}/tools/auto_build/ | ||
run: sh ./build_ci.sh | ||
ci_windows: | ||
runs-on: [self-hosted, windows] | ||
steps: | ||
- name: Cleanup working directory | ||
working-directory: ${{ github.workspace }} | ||
run: del *.* /Q /S | ||
shell: cmd | ||
- name: Checkout HISE repository | ||
uses: actions/checkout@v1 | ||
with: | ||
ref: 'develop' | ||
- name: Build HISE CI, run unit tests & export demo project | ||
working-directory: ${{ github.workspace }}/tools/auto_build/ | ||
run: build_ci.bat | ||
shell: cmd |
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 |
---|---|---|
|
@@ -109,3 +109,7 @@ hi_snex/xml/ | |
\#*\# | ||
.\#* | ||
*~ | ||
tools/faust/include | ||
tools/faust/share | ||
tools/faust/lib | ||
tools/faust/bin |
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
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.