Skip to content

Commit

Permalink
Add workflow dispatch
Browse files Browse the repository at this point in the history
Also fix cyclonedds build problem and update submodule

Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
  • Loading branch information
erikbosch committed Jun 13, 2024
1 parent 8689187 commit 3844d39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Standard Build Check

on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:

jobs:
buildtest:
Expand All @@ -16,9 +19,10 @@ jobs:
run: |
# Needed for using exact python version, which is
# required in `Pipfile`.
# Make sure it is aligned with vss-tools/Pipfile
curl https://pyenv.run | bash
export PATH="$HOME/.pyenv/bin:$PATH"
pyenv install 3.8.12
pyenv install 3.10.6
- name: Install vss-tools dependencies
run: |
Expand All @@ -45,10 +49,10 @@ jobs:

- name: Test that ddsidl is correct
run: |
pipenv install cyclonedds
# Ignore vss-tools Pipfile for this use-case
pipenv install --ignore-pipfile cyclonedds
pipenv run idlc *.idl
env:
PIPENV_PIPFILE: ./vss-tools/Pipfile
PIPENV_VENV_IN_PROJECT: 1

- name: Test optional targets. NOTE - always succeeds
Expand Down
2 changes: 1 addition & 1 deletion vss-tools
Submodule vss-tools updated 105 files

0 comments on commit 3844d39

Please sign in to comment.