Skip to content

Commit

Permalink
testing fortuno
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramy-Badr-Ahmed committed Oct 8, 2024
1 parent 75dd3c5 commit a770c5c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci-fortuno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Setup build tools
run: |
pip install cmake fpm meson ninja fypp
pip install cmake
- name: Build Fortuno
run: |
Expand All @@ -69,6 +69,13 @@ jobs:
cmake --install ${BUILD_DIR}
rm -rf ${BUILD_DIR}
- name: Build Your Integration
run: |
mkdir -p ${BUILD_DIR}
cmake -B ${BUILD_DIR} -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} -DCMAKE_PREFIX_PATH=${INSTALL_DIR} -DFORTUNO_WITH_SERIAL=ON
cmake --build ${BUILD_DIR}
cmake --install ${BUILD_DIR}
- name: Run tests
run: |
cd ${BUILD_DIR}/app
Expand Down

0 comments on commit a770c5c

Please sign in to comment.