Skip to content

Commit

Permalink
CI: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed Feb 19, 2024
1 parent aff5084 commit 48c939e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
name: "Ubuntu GCC (Qt6)",
cxx: "g++-11",
cc: "gcc-11",
packages: "gcc-11 g++-11 libspdlog-dev libfmt-dev qt6-base-dev",
packages: "gcc-11 g++-11 libspdlog-dev libfmt-dev qt6-base-dev libglx-dev",
os: ubuntu-22.04,
}
]
exclude:
- build_static: OFF
build_shared: OFF

continue-on-error: false
runs-on: ${{ matrix.toolchain.os }}
Expand All @@ -59,3 +62,7 @@ jobs:

- name: Build
run: cmake --build build

# ToDo: Use CTest instead
- name: Run tests
run: ./build/qschematic/wire_system/test/qschematic-wiresystem-tests

0 comments on commit 48c939e

Please sign in to comment.