Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lestarch: attempting formal install of fprime package, but with exist… #77

Merged
merged 2 commits into from
May 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip urllib3 setuptools_scm
python -m pip install fprime-fpp
pip install -e .
- name: clone fprime and gps-tutorial
run: |
git clone -b ${{ matrix.fprime-version[0] }} https://github.com/nasa/fprime.git
git clone --recurse-submodules https://github.com/fprime-community/gps-tutorial.git
pip install fprime/ || true # Attempt to install fprime package when available
- name: Generate correct fprime version in gps-tutorial
working-directory: gps-tutorial
run: git submodule update --recursive
- name: Install Current fpp-tools
run: pip install -U .
# 0x72ad3277 is Fw/Types/Assert.cpp, a file that should be consistent across releases
- name: Test generation and building on Ref
working-directory: fprime/Ref
Expand Down