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 64a0dd7 commit 071b0eeCopy full SHA for 071b0ee
.github/workflows/archlinux.yml
@@ -1,4 +1,4 @@
1
-name: Arch Linux Build
+name: Build and Test (Arch Linux)
2
3
on:
4
workflow_dispatch:
@@ -22,8 +22,6 @@ jobs:
22
- name: Build and test Element in Arch Linux container
23
run: |
24
docker run --rm --user $(id -u):$(id -g) -v $(pwd):/workspace element:archlinux bash -c "
25
- git config --global --add safe.directory /workspace && \
26
- git submodule update --init --recursive && \
27
cmake -B build-arch -G Ninja -DCMAKE_BUILD_TYPE=Release -DELEMENT_BUILD_PLUGINS=ON -DELEMENT_BUILD_TESTS=ON && \
28
cmake --build build-arch && \
29
ctest --test-dir build-arch --output-on-failure
0 commit comments