change order of builds to help dev keep sanity

This commit is contained in:
Kai Kriegel 2021-12-14 16:51:59 +01:00
parent a711b203a0
commit 97860edbb2

View File

@ -110,8 +110,8 @@ build:binary-development:
script: script:
- cargo update - cargo update
- cargo check --target x86_64-unknown-linux-gnu
- cargo check --target armv7-unknown-linux-gnueabihf - cargo check --target armv7-unknown-linux-gnueabihf
- cargo check --target x86_64-unknown-linux-gnu
# only: # only:
# - development # - development