mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
17 lines
371 B
YAML
17 lines
371 B
YAML
pipeline:
|
|
run_tests:
|
|
image: riot/riotbuild:latest
|
|
environment:
|
|
- CLICOLOR_FORCE=1
|
|
- NPROC_MAX=4
|
|
commands:
|
|
- pwd
|
|
- printenv
|
|
- git status
|
|
- git remote -v
|
|
- ./dist/tools/ci/build_and_test.sh
|
|
matrix:
|
|
BUILDTEST_MCU_GROUP:
|
|
- static-tests
|
|
- host
|