Update .gitlab-ci.yml
This commit is contained in:
parent
a93e749e40
commit
b3185a39cd
|
@ -12,10 +12,12 @@ compile:
|
||||||
stage: compile
|
stage: compile
|
||||||
script:
|
script:
|
||||||
- echo "==== Download the SDK ===="
|
- echo "==== Download the SDK ===="
|
||||||
- sh /builds/$CI_PROJECT_PATH/.ci/download_sdk.sh
|
- sh .ci/download_sdk.sh
|
||||||
- echo "==== Prepare build_dir ===="
|
- echo "==== Prepare build_dir ===="
|
||||||
- sh /builds/$CI_PROJECT_PATH/.ci/prepare_build_dir.sh
|
- sh .ci/prepare_build_dir.sh
|
||||||
- echo "==== build packages ===="
|
- echo "==== build packages ===="
|
||||||
- sh /builds/$CI_PROJECT_PATH/.ci/build_pkgs.sh
|
- sh .ci/build_pkgs.sh
|
||||||
|
- ls tmp/build_dir/bin/packages
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
- tmp/build_dir/bin/packages
|
Loading…
Reference in New Issue