Skip to content

Commit

Permalink
remove ctest options
Browse files Browse the repository at this point in the history
should be re-added later on, when tests are integrated into this project
  • Loading branch information
forgottosave committed Oct 16, 2024
1 parent 48a6b4d commit f86a6f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: OSTree-TUI CI
on: [push, workflow_dispatch, pull_request]

env:
# ctest not used yet
# standard dependencies for building & project
BUILD_DEPENDENCIES: "gcc-c++ clang git gcc gdb make cmake automake autoconf"
OSTREE_TUI_DEPENDENCIES: "glib2-devel gtk-doc ostree-devel libtool bison liblzf e2fsprogs-devel xz-devel gpgme-devel fuse-devel"
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
cxx: clang++
build-type: Release
run-test: false # true
ctest-options: ${{ env.CTEST_OPTIONS }}
# ctest-options: ${{ env.CTEST_OPTIONS }}

fedora-gcc:
strategy:
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:
cxx: g++
build-type: ${{ matrix.buildType }}
run-test: false # true
ctest-options: ${{ env.CTEST_OPTIONS }}
# ctest-options: ${{ env.CTEST_OPTIONS }}

fedora-gcc-sanitizer:
strategy:
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
cxx: g++
build-type: ${{ matrix.buildType }}
run-test: false # true
ctest-options: ${{ env.CTEST_OPTIONS }}
# ctest-options: ${{ env.CTEST_OPTIONS }}

clang-tidy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f86a6f4

Please sign in to comment.