Skip to content

Commit

Permalink
Remove vss-tools submodule and update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <[email protected]>
  • Loading branch information
SebastianSchildt authored and erikbosch committed Sep 19, 2024
1 parent d397f92 commit a6e7bef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
python -V
python -m pip --quiet --no-input install --upgrade pip
python -m pip --quiet --no-input install --upgrade wheel
cd vss-tools
pip install -e .
pip install pytest
# idlc currently used both during python test and later in this script
pip install cyclonedds
pip install git+https://github.com/COVESA/vss-tools@master
sudo apt install -y protobuf-compiler
echo done!
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "vss-tools"]
path = vss-tools
url = https://github.com/covesa/vss-tools
[submodule "docs-gen/themes/hugo-theme-relearn"]
path = docs-gen/themes/hugo-theme-relearn
url = https://github.com/McShelby/hugo-theme-relearn.git
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ all: clean mandatory_targets optional_targets

# All mandatory targets that shall be built and pass on each pull request for
# vehicle-signal-specification or vss-tools
mandatory_targets: clean json json-noexpand franca yaml binary csv graphql ddsidl id jsonschema apigear samm overlays tests
mandatory_targets: clean json json-noexpand franca yaml binary csv graphql ddsidl id jsonschema apigear samm overlays

# Additional targets that shall be built by travis, but where it is not mandatory
# that the builds shall pass.
# This is typically intended for less maintainted tools that are allowed to break
# from time to time
# Can be run from e.g. travis with "make -k optional_targets || true" to continue
# even if errors occur and not do not halt travis build if errors occur
optional_targets: clean protobuf ttl
optional_targets: clean protobuf ttl binary

TOOLSDIR?=./vss-tools
COMMON_ARGS=-u ./spec/units.yaml --strict
Expand Down
1 change: 0 additions & 1 deletion vss-tools
Submodule vss-tools deleted from 9daa7a

0 comments on commit a6e7bef

Please sign in to comment.