-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* testing latest win runner * changed to 2019 runner * update git buffer globally * yml parse fix * changed compression for git on win * attempts to prevent the fetch-pack error * attempting a newer checkout action * updates to test out building via juce8 * add aax path to internal juce path * fixed version on workflow * remove vst2 support entirely * remove aax sdks from deps * more cleanup for aax sdk * attempting private codesigning steps * fixed path for tool * testing path fix * path fix for parsed paths using vars * using a more literal path * remove windows based codesigning * updated action for codesigning on macos * add debug logs * remove partial step * increase log verbosity * testing with token access * improved pathing for signing commands * fixed windows path command * fixed cmake for case sensitive build systems and updated the makefile * update ignore * removed AAX packaging until there is AAX CI codesign from PACE available * test remove bash for windows * path changes for windows * revert to last working win version * testing new syntax for windows * combined configure steps * separate configure steps for arch * foolish issues with different targets needing different workspace path * overly verbose build instructions * windows uses only runner pathing * fixed installer path on windows * fix
- Loading branch information
Showing
12 changed files
with
140 additions
and
53 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
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
Submodule JUCE
updated
2830 files
Submodule JUCE_deps
updated
from 99e73d to 0717cc
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This file is used to setup local variables and paths for | ||
# configuring, building and packaging the m1-notepad | ||
# project cross-platform | ||
# | ||
# Please rename and fill in the variables below to be used | ||
# with the Makefile in this directory or | ||
# copy these variables as environment variables as needed | ||
# | ||
|
||
WRAPTOOL= | ||
PACE_ID= | ||
|
||
APPLE_TEAM_CODE= | ||
APPLE_CODESIGN_ID="Developer ID Application: XXXXX ($(APPLE_TEAM_CODE))" | ||
APPLE_CODESIGN_CODE= | ||
APPLE_CODESIGN_INSTALLER_ID="Developer ID Installer: XXXXX ($(APPLE_TEAM_CODE))" | ||
|
||
WIN_INNO_PATH= | ||
WIN_SIGNTOOL_PATH= | ||
WIN_SIGNTOOL_ID= | ||
WIN_SIGNTOOL_PASS= | ||
WIN_CODESIGN_CERT_PATH= | ||
|
||
WRAP_GUID= |
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
File renamed without changes.
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
File renamed without changes.
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