Skip to content

Commit

Permalink
[nasa/nos3#407] Remove unneeded steps from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Nov 14, 2024
1 parent 9140138 commit af9d6a9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/sample_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,23 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
repository: nasa/cFS

- name: Checkout Repo
uses: actions/checkout@v4
with:
path: apps/${{ env.APP_LOWER }}

- name: Copy Files
run: |
cp ./cfe/cmake/Makefile.sample Makefile
cp -r ./cfe/cmake/sample_defs sample_defs
- name: Add Repo To Build
run: |
if [[ "$IS_SAMPLE_OR_LAB" == "false" ]]; then
sed -i "/list(APPEND MISSION_GLOBAL_APPLIST/a list(APPEND MISSION_GLOBAL_APPLIST $APP_LOWER)" sample_defs/targets.cmake
fi
repository: nasa-itc/sample

# - name: Checkout Repo
# uses: actions/checkout@v4
# with:
# path: apps/${{ env.APP_LOWER }}

# - name: Copy Files
# run: |
# cp ./cfe/cmake/Makefile.sample Makefile
# cp -r ./cfe/cmake/sample_defs sample_defs

# - name: Add Repo To Build
# run: |
# if [[ "$IS_SAMPLE_OR_LAB" == "false" ]]; then
# sed -i "/list(APPEND MISSION_GLOBAL_APPLIST/a list(APPEND MISSION_GLOBAL_APPLIST $APP_LOWER)" sample_defs/targets.cmake
# fi

- name: Make Prep
run: make SIMULATION=native ENABLE_UNIT_TESTS=true OMIT_DEPRECATED=true prep
Expand Down

0 comments on commit af9d6a9

Please sign in to comment.