mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
only add aarch64 target on the macos-aarch64 job
This commit is contained in:
parent
331c5b8f98
commit
636e1bc2b3
@ -130,7 +130,6 @@ coverage:
|
||||
- source $HOME/.cargo/env
|
||||
- cargo --version
|
||||
- rustup toolchain list
|
||||
- rustup target add aarch64-apple-darwin
|
||||
- export DISABLE_GIT_LFS_CHECK=true
|
||||
- export VELOREN_ASSETS="$(pwd)/assets"
|
||||
- echo "VELOREN_ASSETS=$VELOREN_ASSETS"
|
||||
@ -167,6 +166,7 @@ coverage:
|
||||
- .tmacos
|
||||
before_script:
|
||||
- *tmacos-before-script
|
||||
- rustup target add aarch64-apple-darwin
|
||||
- export RUST_TARGET="aarch64-apple-darwin"
|
||||
|
||||
# build on release or master
|
||||
|
Loading…
Reference in New Issue
Block a user