Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .build.yml: Build with -Werror | Robert Tari | 2022-02-16 | 1 | -3/+3 |
| | |||||
* | .build.yml: Drop extra compilation flags | Robert Tari | 2022-02-11 | 1 | -1/+0 |
| | |||||
* | .build.yml: Remove cppcheck suppressions | Robert Tari | 2022-02-08 | 1 | -2/+1 |
| | |||||
* | .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES | Robert Tari | 2021-12-06 | 1 | -1/+5 |
| | |||||
* | .build.yml: Add ENABLE_LOMIRI_FEATURES flag and adapt build flow | Robert Tari | 2021-12-03 | 1 | -14/+34 |
| | |||||
* | .build.yml: Build lomiri-schemas from source during CI builds. | Mike Gabriel | 2021-11-08 | 1 | -0/+15 |
| | |||||
* | .build.yml: Remove source code of locally built dependencies after they have ↵ | Mike Gabriel | 2021-10-25 | 1 | -0/+5 |
| | | | | been installed. | ||||
* | .build.yml: Run unit tests in build_scripts: target. | Mike Gabriel | 2021-10-25 | 1 | -8/+4 |
| | |||||
* | .build.yml: Drop autogen.sh support. | Mike Gabriel | 2021-10-25 | 1 | -14/+2 |
| | |||||
* | .build.yml: Fix the ayatana-indicator-messages build | Robert Tari | 2021-10-22 | 1 | -2/+1 |
| | |||||
* | .build.yml: Add missing dependencies for Ubuntu builds | Robert Tari | 2021-09-02 | 1 | -0/+28 |
| | |||||
* | .build.yml: Also run unit tests during CI builds against Ubuntu. | Robert Tari | 2021-09-02 | 1 | -2/+2 |
| | |||||
* | .build.yml: Build libmessaging-menu from source instead of using the distro ↵ | Mike Gabriel | 2021-08-30 | 1 | -4/+21 |
| | | | | version. | ||||
* | Some fixes in UBports patches after a review | Robert Tari | 2021-08-30 | 1 | -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 Gabriel | 2021-08-30 | 1 | -0/+19 |
| | | | | available in CI build chroots. | ||||
* | Fix failing tests | Robert Tari | 2021-07-21 | 1 | -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 dependency | Robert Tari | 2021-07-15 | 1 | -0/+4 |
| | |||||
* | Detect desktop to launch applications. | Renato Araujo Oliveira Filho | 2021-07-07 | 1 | -2/+0 |
| | |||||
* | .build.yml: Disable unit tests for now, until test timeouts on Debian 11 ↵ | Mike Gabriel | 2021-06-26 | 1 | -11/+11 |
| | | | | have been resolved. | ||||
* | .build.yml: Build libayatana-common from Git. | Mike Gabriel | 2021-06-24 | 1 | -0/+10 |
| | |||||
* | Travis-CI: Initial draft for CI builds. | Mike Gabriel | 2021-05-05 | 1 | -0/+160 |