Add link information against libdl.so as well#33
Merged
vadi2 merged 2 commits intovadi2:add-linux-buildfrom Apr 20, 2020
Merged
Add link information against libdl.so as well#33vadi2 merged 2 commits intovadi2:add-linux-buildfrom
vadi2 merged 2 commits intovadi2:add-linux-buildfrom
Conversation
vadi2
added a commit
that referenced
this pull request
Apr 21, 2020
* Add a Ubuntu build * Install homebrew dependencies only on macOS * Add Linux dependencies separate * Don't stop other builds on fail * Install libzip-dev on Linux * Sudo please * Try installing libglu1-mesa-dev * Install Pulse dev libraries * Add a workaround for Lua linking * Correct YAML * Back to a single line * Debug locations of libraries * Correct an extra / * Build Mudlet with tracing * Try -GNinja Multi-Config * Try not specifying a generator * Add link information against libdl.so as well (#33) * Add link information against libdl.so as well * Remove (harmful?) lua library path definition * Show built output in the end * Added a run tests flag * Try appending gcc argument as well * Debug plugin loading * Use a single, generic compiler line * Remove the x's * Install libxkbcommon-x11-0 * Try launching Achaea profile * Finalise Linux CI build * Remove comment Co-authored-by: keneanung <keneanung@googlemail.com>
vadi2
added a commit
that referenced
this pull request
Oct 13, 2021
* Add a Ubuntu build * Install homebrew dependencies only on macOS * Add Linux dependencies separate * Don't stop other builds on fail * Install libzip-dev on Linux * Sudo please * Try installing libglu1-mesa-dev * Install Pulse dev libraries * Add a workaround for Lua linking * Correct YAML * Back to a single line * Debug locations of libraries * Correct an extra / * Build Mudlet with tracing * Try -GNinja Multi-Config * Try not specifying a generator * Add link information against libdl.so as well (#33) * Add link information against libdl.so as well * Remove (harmful?) lua library path definition * Show built output in the end * Added a run tests flag * Try appending gcc argument as well * Debug plugin loading * Use a single, generic compiler line * Remove the x's * Install libxkbcommon-x11-0 * Try launching Achaea profile * Update .github/workflows/build-mudlet.yml Co-authored-by: Damian Monogue <3660+demonnic@users.noreply.github.com> * Try taking a screenshot of what's running * Fix YAML syntax * Clarify the step name * Take a screenshot even on build 'time out' * Install imagemagick * Fix whitespaces * Upgrade to latest 1.5 of the xvfb action * Pre-set environment variables to be used * Increase the timeout * Run with the self-test profile * Re-enable mudlet.org's connection info * Mock test runs * Add an installing debug echo * Debug with tmate * Show error when script couldn't be loaded * Print all script compile errors * Setup tmate at the end * Add debug echoes * Move Mudlet to the right location * Split out packaging steps * Cleanup * Auto-run tests * Install busted as well * Fix setup() call * Log everything sent to all consoles * Actually log everything printed * Pass in the test location * Comment out a crash * Tidier console print message * Echo cleanup * Better echo style * Wrap closeMudlet in a timer to avoid a crash * Comment out mSpellDic crash as well * Set environment variable when test failed * Fail workflow when tests fail * Write to GITHUB_ENV properly * Add setEnv * Make use of setEnv * Launch tmate * Write to file instead * Add comments * Improve error message * Remove tmate * Fix merge error * Add the new --mirror option * Don't deploy Windows builds * Only check Lua tests when we need to * Update job name * Remove unusued setEnv Co-authored-by: keneanung <keneanung@googlemail.com> Co-authored-by: Damian Monogue <3660+demonnic@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brief overview of PR changes/additions
Motivation for adding to Mudlet
Other info (issues closed, discussion etc)