mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 23:27:57 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
5a584dd590
commit
d68c5cc8a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user