fix build script
This commit is contained in:
@ -16,6 +16,11 @@ job2:
|
|||||||
|
|
||||||
job3:
|
job3:
|
||||||
stage: build
|
stage: build
|
||||||
|
only:
|
||||||
|
refs:
|
||||||
|
-master
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y msp430-libc
|
- apt install -y msp430-libc
|
||||||
|
Reference in New Issue
Block a user