summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml
index 68b2307..8de273c 100644
--- a/.github/workflows/testsuite.yaml
+++ b/.github/workflows/testsuite.yaml
@@ -34,6 +34,7 @@ jobs:
34 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.version }} 100 34 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.version }} 100
35 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.version }} 100 35 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.version }} 100
36 - name: Build and run the testsuite 36 - name: Build and run the testsuite
37 shell: bash
37 run : make --silent -C tests clean gcc run | tee ./results.txt 38 run : make --silent -C tests clean gcc run | tee ./results.txt
38 - name: Check the testsuite's output 39 - name: Check the testsuite's output
39 shell: bash 40 shell: bash
@@ -68,6 +69,7 @@ jobs:
68 sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-${{ matrix.version }} 100 69 sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-${{ matrix.version }} 100
69 sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-${{ matrix.version }} 100 70 sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-${{ matrix.version }} 100
70 - name: Build and run the testsuite 71 - name: Build and run the testsuite
72 shell: bash
71 run : make --silent -C tests clean clang run | tee ./results.txt 73 run : make --silent -C tests clean clang run | tee ./results.txt
72 - name: Check the testsuite's output 74 - name: Check the testsuite's output
73 shell: bash 75 shell: bash