platforms: add machine specific partitions.conf for sm8750-mtp board #163
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: build | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Build all platforms and run tests | |
| run: | | |
| sudo apt install pycodestyle | |
| make lint | |
| make all integration | |
| - name: Run cargo | |
| run: | | |
| cd degpt | |
| cargo build |