Update .gitlab-ci.yml

This commit is contained in:
Martin/Geno 2019-02-26 15:07:47 +01:00
parent a93e749e40
commit b3185a39cd
1 changed files with 6 additions and 4 deletions

View File

@ -12,10 +12,12 @@ compile:
stage: compile
script:
- echo "==== Download the SDK ===="
- sh /builds/$CI_PROJECT_PATH/.ci/download_sdk.sh
- sh .ci/download_sdk.sh
- echo "==== Prepare build_dir ===="
- sh /builds/$CI_PROJECT_PATH/.ci/prepare_build_dir.sh
- sh .ci/prepare_build_dir.sh
- echo "==== build packages ===="
- sh /builds/$CI_PROJECT_PATH/.ci/build_pkgs.sh
- sh .ci/build_pkgs.sh
- ls tmp/build_dir/bin/packages
artifacts:
paths:
paths:
- tmp/build_dir/bin/packages