Skip to content
Snippets Groups Projects
Commit b4c0e74d authored by q3k's avatar q3k
Browse files

ci: build for p6

Also drive-by removed unnecessary git submodule crud - we can now check
out all submodules without wasting time.
parent 02c93a88
No related branches found
No related tags found
No related merge requests found
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_PATHS: micropython/lib/berkeley-db-1.xx micropython/lib/micropython-lib
stages: stages:
- build - build
...@@ -35,3 +30,13 @@ build-p4: ...@@ -35,3 +30,13 @@ build-p4:
artifacts: artifacts:
expose_as: 'Proto 4 ELF' expose_as: 'Proto 4 ELF'
paths: ['build/badge23.elf'] paths: ['build/badge23.elf']
build-p6:
stage: build
tags:
- nixos
script:
- nix-shell nix/shell.nix --command "idf.py -g p6 build"
artifacts:
expose_as: 'Proto 6 ELF'
paths: ['build/badge23.elf']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment