Update .gitlab-ci.yml

This commit is contained in:
Kai Kriegel 2021-12-27 23:38:00 +00:00
parent 5a584dd590
commit d68c5cc8a6

View File

@ -114,12 +114,13 @@ build:binary-development:
# - cargo build --target arm-unknown-linux-gnueabi
- cargo build --target armv7-unknown-linux-gnueabihf
- cargo build --target x86_64-unknown-linux-gnu
- ls target
- tree
- ls target/armv7-unknown-linux-gnueabihf
- ls target/x86_64-unknown-linux-gnu
artifacts:
paths:
- target
- target/armv7-unknown-linux-gnueabihf
- target/x86_64-unknown-linux-gnu
# only:
# - development