-
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.
* Added space to application name * Added icons * Builds deb, Failes to run Returns failed to locate startable electron application. * Fixed npm start failure * Working linux build * Delete Logs\log4net-debug.log * Updated linux_dependencies script Moved root level scripts into a seperate file to distinguish them. * Working Linux AP Desktop name * Removed Broken Icons * Initial TravisCI Script * Removal of log4net-debug.log * Test fix .travis.yml * Added mono-complete to travis ci * mono-complete added to packages * Potential OS Fix * Test fix xvfb * Updated Version Number This is mainly to update travis ci * Added fakeroot library * Fixed travic ci order Updated app icon. * Fix tests * PR Review Changes * Remove unneeded install * Updated test timeout * Added Temporary Token * Added Azure Pipelines * Potential Babel Fix * Update Babel Version * Force Babel Install * Moved babel install to new script * Incorrect npm install This could be the reason why babel was failing. `npm run install` does not run the normal install. * npm-pwsh workaround Because of the issues with windows running pwsh, linux and windows now have seperate ap_download scripts and a node script differentiates between them based on OS. * Debugging AP Downloader * Backdate script_ap to use curl.exe * Added extra error reporting for VM * Potential npm-pwsh workaround * Seperated AP Download from dependencies * Update README.md
- Loading branch information
1 parent
5e31c64
commit f2602f7
Showing
14 changed files
with
1,641 additions
and
866 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 |
---|---|---|
|
@@ -5,4 +5,4 @@ dist | |
.vscode | ||
src/js-compiled | ||
tests/test-compiled | ||
Logs\log4net-debug.log | ||
*log4net-debug.log |
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 @@ | ||
--- | ||
language: node_js | ||
node_js: | ||
- "10.15" | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- xvfb | ||
- mono-complete | ||
- ffmpeg | ||
- wavpack | ||
- libsox-fmt-all | ||
- sox | ||
- shntool | ||
- mp3splt | ||
- libav-tools | ||
- fakeroot | ||
|
||
before_install: | ||
- npm run dependencies | ||
- npm run ap_download | ||
before_script: | ||
- export DISPLAY=:99.0 | ||
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & | ||
|
||
script: | ||
- npm test | ||
- npm run make | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
dist: xenial |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
f2602f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closes #11