Skip to content

Commit

Permalink
#10: add gtest to basic packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jan 15, 2025
1 parent 3071eba commit c7e2631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
defaults:
# Define basic apt packages (Ubuntu Linux).
apt-packages: &apt-packages [
curl, jq, less, libomp5, libunwind-dev, make-guile, ninja-build,
curl, jq, less, libgtest-dev, libomp5, libunwind-dev, make-guile, ninja-build,
valgrind, zlib1g, zlib1g-dev, ccache, python3
]
# Define basic apk packages (Alpine Linux).
apk-packages: &apk-packages [
alpine-sdk, autoconf, automake, binutils-dev, ccache, cmake, dpkg,
alpine-sdk, autoconf, automake, binutils-dev, ccache, cmake, dpkg, gtest-dev
libdwarf-dev, libunwind-dev, libtool, linux-headers, m4, make, ninja, zlib,
zlib-dev, python3, gcovr
]
Expand Down

0 comments on commit c7e2631

Please sign in to comment.