We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8cede commit c355565Copy full SHA for c355565
.github/workflows/check.yml
@@ -82,6 +82,8 @@ jobs:
82
83
steps:
84
- uses: actions/checkout@v4
85
+ with:
86
+ path: fcitx5
87
88
- name: Install dependencies
89
run: |
@@ -106,15 +108,11 @@ jobs:
106
108
- name: Build
107
109
uses: fcitx/github-actions@cmake
110
with:
- path: .
111
112
cmake-option: >-
113
-DENABLE_DBUS=Off -DENABLE_X11=Off -DENABLE_WAYLAND=Off -DENABLE_ENCHANT=Off -DENABLE_SERVER=Off -DENABLE_XDGAUTOSTART=Off -DENABLE_LIBUUID=Off -DENABLE_KEYBOARD=Off
114
shell: pwsh
115
116
- name: Test
117
- ctest --output-on-failure --test-dir build
-
118
- - name: Setup tmate session
119
- if: ${{ failure() }}
120
- uses: mxschmitt/action-tmate@v3
+ ctest --output-on-failure --test-dir fcitx5/build
0 commit comments