Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hasselmm committed Jun 30, 2024
1 parent 7319ccb commit 87dcaef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ jobs:
target: 'desktop'
arch: ${{ matrix.qt-arch }}
modules: 'qtcharts qtmultimedia qtserialport'
tools: 'tools_ninja'
tools: ${{ matrix.qt-tools }}
cache: true

- name: Show Qt tools
run: dir $env:IQTA_TOOLS

- name: Set up compiler cache
uses: chocobo1/setup-ccache-action@v1
with:
Expand All @@ -74,9 +77,7 @@ jobs:
windows_compile_environment: msvc

- name: Configure project
run: >
dir $env:IQTA_TOOLS &&
mkdir build && cd build && cmake -GNinja ${{ matrix.cmake-flags }} ..
run: mkdir build && cd build && cmake -GNinja ${{ matrix.cmake-flags }} ..

- name: Build project
run: cd build && cmake --build . --target all -- -k0
Expand Down

0 comments on commit 87dcaef

Please sign in to comment.