From 1cf0a4aff856a1f3cab0f9750ee6b361691350a7 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 24 Mar 2020 09:41:05 +0100 Subject: [tests] run tests on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6cccb5f7..5bd9eed0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,6 +49,18 @@ jobs: - uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} + windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2 + - name: Install Qt + uses: jurplel/install-qt-action@v2 + - name: Run tests + run: | + ${env:PATH} += ";D:/a/qxmpp/qxmpp/src/Debug" + cmake . && cmake --build . + # ctest + # ctest --rerun-failed --output-on-failure xmllint: runs-on: ubuntu-latest steps: -- cgit v1.2.3