Skip to content

Commit

Permalink
CI: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
polesskiy-dev committed Oct 18, 2023
1 parent 840e40f commit 8b53ef2
Show file tree
Hide file tree
Showing 4 changed files with 2,746 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo ./xc32-v4.30-full-install-linux-x64-installer.run --mode unattended --debuglevel 4 --netservername localhost --LicenseType FreeMode # --installdir /Applications/microchip/xc32/v4.30/bin/
ls -al /opt/microchip/xc32/v4.30/bin
- name: Replace Makefile-local-default.mk by CI related
run: mv ./config/Makefile-ci-default.mk ./firmware/open-risk-logger-samd21-xpro-proto.X/nbproject/Makefile-local-default.mk
run: mv ./config/Makefile-ci-default.mk ./firmware/iot-risk-data-logger-nfc-samd21.X/nbproject/Makefile-local-default.mk
- name: Compile project Makefile
run: cd ./firmware/open-risk-logger-samd21-xpro-proto.X && make
# deploy-hex:
Expand Down
Loading

0 comments on commit 8b53ef2

Please sign in to comment.