Skip to content

Commit

Permalink
GITHUB: workflows/testing.yml: test Arch builds with g++
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Oct 27, 2023
1 parent 4fdc114 commit b0a4f6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:
path: /tmp/cicache
- name: 'Prepare Docker Image'
run: |
echo -e ' prefix=/ \n CC=clang \n CXX=clang++ \n CLANG_TIDY=clang-tidy ' > config-defaults.mk
# Test the most recent g++ via Arch
echo -e ' prefix=/\n' > config-defaults.mk
misc/cirun -u 1000 misc/version.sh
- name: 'Run X11 GUI Tests'
run: |
$CIMAKE -j`nproc` all check
$CIMAKE GCC_COLORS="" -j`nproc` all
$CIMAKE -j`nproc` check
$CIMAKE x11test-v
# Artifact upload from x11test
- uses: actions/[email protected]
Expand Down

0 comments on commit b0a4f6a

Please sign in to comment.