aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
Commit message (Collapse)AuthorAgeFilesLines
* Enable all testsRobert Tari2023-09-091-32/+33
|
* .build.yml: Build with -WerrorRobert Tari2022-02-161-3/+3
|
* .build.yml: Drop extra compilation flagsRobert Tari2022-02-111-1/+0
|
* .build.yml: Remove cppcheck suppressionsRobert Tari2022-02-081-2/+1
|
* .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURESRobert Tari2021-12-061-1/+5
|
* .build.yml: Add ENABLE_LOMIRI_FEATURES flag and adapt build flowRobert Tari2021-12-031-14/+34
|
* .build.yml: Build lomiri-schemas from source during CI builds.Mike Gabriel2021-11-081-0/+15
|
* .build.yml: Remove source code of locally built dependencies after they have ↵Mike Gabriel2021-10-251-0/+5
| | | | been installed.
* .build.yml: Run unit tests in build_scripts: target.Mike Gabriel2021-10-251-8/+4
|
* .build.yml: Drop autogen.sh support.Mike Gabriel2021-10-251-14/+2
|
* .build.yml: Fix the ayatana-indicator-messages buildRobert Tari2021-10-221-2/+1
|
* .build.yml: Add missing dependencies for Ubuntu buildsRobert Tari2021-09-021-0/+28
|
* .build.yml: Also run unit tests during CI builds against Ubuntu.Robert Tari2021-09-021-2/+2
|
* .build.yml: Build libmessaging-menu from source instead of using the distro ↵Mike Gabriel2021-08-301-4/+21
| | | | version.
* Some fixes in UBports patches after a reviewRobert Tari2021-08-301-0/+1
| | | | | | | - debian/control: Add liblomiri-url-dispatcher-dev as optional - .build.yml: Add liblomiri-url-dispatcher-dev dependency - CMakeLists.txt: Remove duplicate enable_testing() - include/datetime/actions-live.h: Remove lomiri_open_appointment
* .build.yml: Assure that all build requirements for libayatana-common are ↵Mike Gabriel2021-08-301-0/+19
| | | | available in CI build chroots.
* Fix failing testsRobert Tari2021-07-211-11/+11
| | | | | | | | | | | | | | | | | - include/actions-mock.h: Set return value to std::string and return an empty string - include/actions.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - include/actions-live.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - src/actions-live.cpp: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - tests/test-live-actions.cpp: Drop last_cmd and last_url variables + use return values of actions-live functions for testing + test phone functions on lomiri only - tests/test-live-actions.cpp: test phone functions after setting XDG_CURRENT_DESKTOP - tests/test-settings.cpp: Use SETTINGS_NOTIFY_SCHEMA_ID only if it exists - tests/run-eds-ics-test.sh: Remove return statement - tests/CMakeLists.txt: Enable the timezone unit tests - tests/CMakeLists.txt: Catch race condition while attempting to copy schemas - tests/CMakeLists.txt: Exclude blocking tests on Travis for now - tests/tests-timezones.cpp: Use MockTimezone to construct LiveTimezones + drop section expecting changes after /timezone is modified (not monitored) - tests/test-formater: Change warning to plain message otherwise it can crash the test - .build.yml: Replace libmessaging-menu-dev with ayatana-indicator-messages Git build
* .build.yml: add ayatana-indicator-messages build dependencyRobert Tari2021-07-151-0/+4
|
* Detect desktop to launch applications.Renato Araujo Oliveira Filho2021-07-071-2/+0
|
* .build.yml: Disable unit tests for now, until test timeouts on Debian 11 ↵Mike Gabriel2021-06-261-11/+11
| | | | have been resolved.
* .build.yml: Build libayatana-common from Git.Mike Gabriel2021-06-241-0/+10
|
* Travis-CI: Initial draft for CI builds.Mike Gabriel2021-05-051-0/+160