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

*: basic CI

parent d738fc03
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:
- build
build-p1:
stage: build
tags:
- nixos
script:
- nix-shell nix/shell.nix --command "idf.py -g p1 build"
artifacts:
expose_as: 'Proto 1 ELF'
paths: ['build/badge23.elf']
build-p3:
stage: build
tags:
- nixos
script:
- nix-shell nix/shell.nix --command "idf.py -g p3 build"
artifacts:
expose_as: 'Proto 3 ELF'
paths: ['build/badge23.elf']
build-p4:
stage: build
tags:
- nixos
script:
- nix-shell nix/shell.nix --command "idf.py -g p4 build"
artifacts:
expose_as: 'Proto 4 ELF'
paths: ['build/badge23.elf']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment