-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lifecycle issue, add some basic tests and support xcode builds (#120
) * try kitura 1.7 * try kitura ws 0.8 * try cloudconfiguration 2 * Fix lifecycle issue * working on lifecycle * Fix hang if stop() is called immediately after start(), also remove debug * code cleanup * code cleanup * code cleanup * Do more testing in the tests * Couldn't find libraries when testing on Mac * Shutdown threads * Also stop all threads on Mac * Should only be one jobs queue on stop/start * Exclude test that fails on Mac * Add debug to didiagnose Travis failures * Try alternative way of finding install path * Undo previous * add workaround for codecov * Try more debug to understand codecov issue * Updated getExecutableFolder function * support xcode * Unbreak regular test run * Fix crash on 3.0.x * run on 3.1.1 and 3.0.2 on Travis * remove debug * Add codecov YAML file * Find public folder elsewhere in xcode * enable properties to be loaded in xcode too
- Loading branch information
1 parent
52f84e7
commit 0e28d0a
Showing
15 changed files
with
469 additions
and
170 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,2 @@ | ||
ignore: | ||
- "Sources/paho" # ignore paho as it's 3rd party code |
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.