Make test into script to clean up .gitlab-ci
This commit is contained in:
@@ -24,8 +24,7 @@ test-gcc-version:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- docker pull $CONTAINER_TEST_IMAGE
|
- docker pull $CONTAINER_TEST_IMAGE
|
||||||
- docker run $CONTAINER_TEST_IMAGE "arm-none-eabi-gcc -v"
|
- docker run $CONTAINER_TEST_IMAGE tests/smoke.sh
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
script:
|
script:
|
||||||
|
|||||||
6
tests/smoke.sh
Normal file
6
tests/smoke.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
which arm-none-eabi-gcc
|
||||||
|
arm-none-eabi-gcc
|
||||||
Reference in New Issue
Block a user