Skip to content

Commit

Permalink
Merge branch 'task/#21034-move_mock_generator_from_elos_to_cmocka_ext…
Browse files Browse the repository at this point in the history
…ensions' into 'integration'

Task #21034: add option to start shell with test tool in path

See merge request elektrobit/base-os/safu!33
  • Loading branch information
gehwolf committed Aug 13, 2024
2 parents 6782e6f + b989fbe commit 98d8277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ and call `install_deps.py` like :
SOURCES_URI=https://${GIT_USER_TOKEN}@github.com/Elektrobit/
These dependencies get installed into `build/deps/` and if provided with an URL the sources can be found in `build/deps/src`.
To use binaries installed from dependencies add `build/deps/bin` to the `PATH` environment variable.

`ci/build.sh`
-------------
Expand Down
2 changes: 1 addition & 1 deletion cmake/project.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
set(SAFU_VERSION 0.58.1)
set(SAFU_VERSION 0.58.2)

# Attention: Aside from the version, as many things as possible in this file
# should be put into functions, as this solves potential issues with commands
Expand Down

0 comments on commit 98d8277

Please sign in to comment.