forked from DISTRHO/PawPaw
-
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.
* Split win32/64 innosetup stuff * Install wine in CI * CI: kxstudio bionic dedicated repo is needed * Test if we can run wine in CI Signed-off-by: falkTX <[email protected]> * Fix experiment Signed-off-by: falkTX <[email protected]> * Enable normal CI stuff again, with a before-deploy step Signed-off-by: falkTX <[email protected]> * Enable deploy stuff Signed-off-by: falkTX <[email protected]> * Tests for deploy Signed-off-by: falkTX <[email protected]> * init wine early * dont build libs for now while checking CI stuff * Cache apt archives; Create dirs for plugin build * More attempts * Cleanup before-install * Try to help cache things * Cache things in the proper place; try win32 builds too * Different cache strategy * Tweak cache * Fix up * ignored cache for now * More cache tweaks * Enable xvfb for win builds * Try to disable winegecko dialog * Use encrypted token for deploys Signed-off-by: falkTX <[email protected]> * Use old skip_cleanup flag Signed-off-by: falkTX <[email protected]> * Enable everything for a final test build Signed-off-by: falkTX <[email protected]> * Remove lv2-only workaround Signed-off-by: falkTX <[email protected]> * CI: only enable on tags Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
6 changed files
with
63 additions
and
5 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
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,18 @@ | ||
[Setup] | ||
AppName=PawPaw | ||
AppVersion=0.0.0 | ||
DefaultDirName={commonpf32}\PawPaw | ||
DisableDirPage=yes | ||
OutputBaseFilename=PawPaw-win32-0.0.0 | ||
OutputDir=. | ||
UsePreviousAppDir=no | ||
|
||
[Types] | ||
Name: "full"; Description: "Full installation" | ||
Name: "custom"; Description: "Custom installation"; Flags: iscustom | ||
|
||
[Components] | ||
#include "Z:\tmp\pawpaw\components.txt" | ||
|
||
[Files] | ||
#include "Z:\tmp\pawpaw\lv2bundles.txt" |
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